Original format method.


The following tables list the members exposed by EncodedMethodV0.

Public Fields

  Name Description
Public field Static ADTcycle time of one machine cycle This field is constant and read-only.
Top

Public Properties

  Name Description
Public property ADTimingUnit Timing unit used to convert times sent to PalmSens. In (fractional) seconds.
Public property Item Get/Set 8-bit integer
Public property Length Number of bytes used
Top

Public Methods

  Name Description
Public method checksum Overridden. Determine the checksum for this EncodedMethod
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetBool Get bool
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method ResetBool Unset bool bit
Public method SetAnalog Set analog value (used for potentials)
Public method SetAnalogDiff Set analog differential value
Public method SetBool Set bool bit
Public method SetCurrentRange Set current range
Public method SetInt16 Set 16-bit integer (Little-Endian)
Public method SetInt16BE Encode a Big-Endian 16-bits integer
Public method SetInt16LE Encode a Little-Endian 16-bits integer
Public method SetTime Set time (mostly used for small amounts)
Public method SetTime2 Set time (used for larger amounts of time)
Public method ToString Overridden. Convert to string. Will return a string representation of the encoded data.
Top

Protected Methods

  Name Description
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

See Also