Table of Contents

Class SRecordFile

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

Constructors

SRecordFile()

public SRecordFile()

Methods

Encode(Stream, byte[], uint)

public static void Encode(Stream stream, byte[] buf, uint address)

Parameters

stream Stream
buf byte[]
address uint

Parse(string)

public static List<SRecordFile.Block> Parse(string file)

Parameters

file string

Returns

List<SRecordFile.Block>