FirmwarePage Class |
Namespace: ProScript
The FirmwarePage type exposes the following members.
Name | Description | |
---|---|---|
FirmwarePage(UInt32, Byte) |
Initializes a new instance of the FirmwarePage class.
| |
FirmwarePage(UInt32, Byte, Byte) |
Initializes a new instance of the FirmwarePage class.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetAddress |
Gets the address of this firmware page.
| |
GetChecksum |
Gets the checksum for this firmware page.
| |
GetData |
Gets the memory page data.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
RecalculateChecksum |
Recalculates the checksum based on the data in this page
| |
SetAddress |
Sets the address of this firmware page.
| |
SetChecksum |
Sets the checksum for this firmware page.
| |
SetData |
Sets the memory page data.
| |
ToString |
Converts this object into a human readable string.
(Overrides ObjectToString.) |