Table of Contents

Class OutgoingMessage

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

Constructors

OutgoingMessage(ushort, Converter, uint, uint, object)

public OutgoingMessage(ushort sequenceId, Converter converter, uint command, uint flags, object payload)

Parameters

sequenceId ushort
converter Converter
command uint
flags uint
payload object

Properties

Base

public MessageBase Base { get; }

Property Value

MessageBase

Header

public Packet Header { get; }

Property Value

Packet

NeedsReply

public bool NeedsReply { get; }

Property Value

bool

Payload

public object Payload { get; }

Property Value

object

Raw

public MessageRaw Raw { get; }

Property Value

MessageRaw