Table of Contents

Class IncomingMessage

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

Constructors

IncomingMessage(IController, MessageRaw, MessageBase)

public IncomingMessage(IController parent, MessageRaw raw, MessageBase messageBase)

Parameters

parent IController
raw MessageRaw
messageBase MessageBase

Properties

Base

public MessageBase Base { get; }

Property Value

MessageBase

Header

public Packet Header { get; }

Property Value

Packet

Parent

public IController Parent { get; }

Property Value

IController

Payload

public object Payload { get; set; }

Property Value

object

Raw

public MessageRaw Raw { get; }

Property Value

MessageRaw