Table of Contents

Class Commands.OverheadBase

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

Constructors

OverheadBase()

protected OverheadBase()

Properties

Overhead

[IgnoreDataMember]
public int Overhead { get; }

Property Value

int

Methods

PrepareForSend(byte[], int, int)

public abstract bool PrepareForSend(byte[] data, int length, int offset = 0)

Parameters

data byte[]
length int
offset int

Returns

bool