Table of Contents

Class MessageReassembler

Namespace
nanoFramework.Tools.Debugger.WireProtocol
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll
public class MessageReassembler
Inheritance
MessageReassembler
Inherited Members
Extension Methods

Constructors

MessageReassembler(Controller)

public MessageReassembler(Controller parent)

Parameters

parent Controller

Methods

GetCompleteMessage()

public IncomingMessage GetCompleteMessage()

Returns

IncomingMessage

Process()

Essential Rx method. Drives state machine by reading data and processing it. This works in conjunction with NotificationThreadWorker [Tx].

public void Process()