Class DeploymentBlock
- Namespace
- nanoFramework.Tools.Debugger.WireProtocol
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
public class DeploymentBlock
- Inheritance
-
DeploymentBlock
- Inherited Members
- Extension Methods
Constructors
DeploymentBlock(int, int, int)
Creates a new DeploymentBlock starting at startAddress
with size
size.
public DeploymentBlock(int startAddress, int size, int programAligment)
Parameters
startAddress
intStart address of the block.
size
intSize of the block.
programAligment
intAlignment size for programming.
Properties
AvailableSpace
Available space in this block
public int AvailableSpace { get; }
Property Value
DeploymentData
Data to deploy to the device
public byte[] DeploymentData { get; }
Property Value
- byte[]
ProgramAligment
Required aliment of programming word.
public int ProgramAligment { get; }
Property Value
Size
Block size
public int Size { get; }
Property Value
StartAddress
Start address of block
public int StartAddress { get; }