FirmwarePage Constructor (UInt32, Byte) |
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public FirmwarePage(
uint address,
byte[] data
)
Public Sub New (
address As UInteger,
data As Byte()
)
public:
FirmwarePage(
unsigned int address,
array<unsigned char>^ data
)
new :
address : uint32 *
data : byte[] -> FirmwarePage
Parameters
- address
- Type: SystemUInt32
address of the page - data
- Type: SystemByte
data in the page
See Also