The CogPrioState type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Bank |
Returns the values all lines in an i/o bank as an integer value.
Note: Once a state object is read/created its contained values do not change. To get the current values you must call ReadState() again. | |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Line |
Returns the line value of the user supplied line at the
moment the state was read.
Note: Once a state object is read/created its contained values do not change. To get the current values you must call ReadState() again. | |
| TimeDifference |
Returns the time difference between this state and some
other state states in milliseconds (otherState - thisState).
| |
| ToString | (Overrides Object ToString .) |
See Also