Click or drag to resize

FirmwarePage Class

This class represents a page of firmware that can be written to the device.
Inheritance Hierarchy
SystemObject
  ProScriptFirmwarePage

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public sealed class FirmwarePage

The FirmwarePage type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAddress
Gets the address of this firmware page.
Public methodGetChecksum
Gets the checksum for this firmware page.
Public methodGetData
Gets the memory page data.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRecalculateChecksum
Recalculates the checksum based on the data in this page
Public methodSetAddress
Sets the address of this firmware page.
Public methodSetChecksum
Sets the checksum for this firmware page.
Public methodSetData
Sets the memory page data.
Public methodToString
Converts this object into a human readable string.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldStatic memberPageSize
The required size of a page byte array.
Top
See Also