Method format 2


The following tables list the members exposed by EncodedMethodV1.

Public Methods

  Name Description
Public method checksum Overridden.  
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
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 Set Set parameter.
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 SetDelay Set delay)
Public method SetInt16 Encode a 16-bits integer
Public method SetInt32 Set 2-byte integer parameter.
Public method SetInt8 Set 1-byte integer parameter.
Public method SetTimeCon Set time (using TIMECON register on microprocessor)
Public method ToString Overridden. Convert to string. Will reurn 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