Table of Contents

Class DeploymentSector

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

Constructors

DeploymentSector(List<DeploymentBlock>)

public DeploymentSector(List<DeploymentBlock> blocks)

Parameters

blocks List<DeploymentBlock>

Properties

AvailableSpace

Available space in this sector

public int AvailableSpace { get; }

Property Value

int

Blocks

public List<DeploymentBlock> Blocks { get; }

Property Value

List<DeploymentBlock>

BytesPerBlock

Bytes per block in this sector

public int BytesPerBlock { get; }

Property Value

int

DeploymentData

public byte[] DeploymentData { set; }

Property Value

byte[]

NumBlocks

Number of blocks in this sector

public int NumBlocks { get; }

Property Value

int

Size

public int Size { get; }

Property Value

int

StartAddress

Start address of sector

public int StartAddress { get; }

Property Value

int