FirmwarePageSetChecksum Method  | 
 
            Sets the checksum for this firmware page.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic void SetChecksum(
	byte checksum
)
Public Sub SetChecksum ( 
	checksum As Byte
)
public:
void SetChecksum(
	unsigned char checksum
)
member SetChecksum : 
        checksum : byte -> unit 
Parameters
- checksum
 - Type: SystemByte
The checksum for this firmware page. 
See Also