Click or drag to resize

FirmwarePage Constructor (UInt32, Byte)

Initializes a new instance of the FirmwarePage class.

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
)

Parameters

address
Type: SystemUInt32
address of the page
data
Type: SystemByte
data in the page
See Also