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
Blocks
public List<DeploymentBlock> Blocks { get; }
Property Value
BytesPerBlock
Bytes per block in this sector
public int BytesPerBlock { get; }
Property Value
DeploymentData
public byte[] DeploymentData { set; }
Property Value
- byte[]
NumBlocks
Number of blocks in this sector
public int NumBlocks { get; }
Property Value
Size
public int Size { get; }
Property Value
StartAddress
Start address of sector
public int StartAddress { get; }