Table of Contents

Class Packet

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

Constructors

Packet()

public Packet()

Fields

Cmd

public uint Cmd

Field Value

uint

CrcData

public uint CrcData

Field Value

uint

CrcHeader

public uint CrcHeader

Field Value

uint

Flags

public uint Flags

Field Value

uint

MARKER_DEBUGGER_V1

public static readonly string MARKER_DEBUGGER_V1

Field Value

string

MARKER_PACKET_V1

public static readonly string MARKER_PACKET_V1

Field Value

string

Marker

public byte[] Marker

Field Value

byte[]

SIZE_OF_MARKER

public const int SIZE_OF_MARKER = 8

Field Value

int

Seq

public ushort Seq

Field Value

ushort

SeqReply

public ushort SeqReply

Field Value

ushort

Size

public uint Size

Field Value

uint