FirmwarePageGetChecksum Method |
Gets the checksum for this firmware page.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public byte GetChecksum()
Public Function GetChecksum As Byte
public:
unsigned char GetChecksum()
member GetChecksum : unit -> byte
Return Value
Type:
ByteThe checksum for this firmware page.
See Also