Table of Contents

Class Commands.Profiling_Stream

Namespace
nanoFramework.Tools.Debugger.WireProtocol
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll
public class Commands.Profiling_Stream : IConverter
Inheritance
Commands.Profiling_Stream
Implements
Inherited Members
Extension Methods

Constructors

Profiling_Stream()

public Profiling_Stream()

Fields

bitLen

public ushort bitLen

Field Value

ushort

payload

public byte[] payload

Field Value

byte[]

seqId

public ushort seqId

Field Value

ushort

Methods

PrepareForDeserialize(int, byte[], Converter)

public void PrepareForDeserialize(int size, byte[] data, Converter converter)

Parameters

size int
data byte[]
converter Converter