Table of Contents

Class Commands.Debugging_MFUpdate_AddPacket

Namespace
nanoFramework.Tools.Debugger.WireProtocol
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll
public class Commands.Debugging_MFUpdate_AddPacket : Commands.OverheadBase
Inheritance
Commands.Debugging_MFUpdate_AddPacket
Inherited Members
Extension Methods

Constructors

Debugging_MFUpdate_AddPacket()

public Debugging_MFUpdate_AddPacket()

Fields

m_packetData

public byte[] m_packetData

Field Value

byte[]

m_packetIndex

public uint m_packetIndex

Field Value

uint

m_packetLength

public uint m_packetLength

Field Value

uint

m_packetValidation

public uint m_packetValidation

Field Value

uint

m_updateHandle

public int m_updateHandle

Field Value

int

Methods

PrepareForSend(byte[], int, int)

public override bool PrepareForSend(byte[] packetData, int length = 0, int offset = 0)

Parameters

packetData byte[]
length int
offset int

Returns

bool