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