Table of Contents

Class Commands.Monitor_WriteMemory

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

Constructors

Monitor_WriteMemory()

public Monitor_WriteMemory()

Fields

m_address

public uint m_address

Field Value

uint

m_data

public byte[] m_data

Field Value

byte[]

m_length

public uint m_length

Field Value

uint

Methods

PrepareForSend(byte[], int, int)

public override bool PrepareForSend(byte[] data, int offset, int length)

Parameters

data byte[]
offset int
length int

Returns

bool

PrepareForSend(uint, byte[], int, int)

public void PrepareForSend(uint address, byte[] data, int offset, int length)

Parameters

address uint
data byte[]
offset int
length int