IOLine Methods |
The IOLine type exposes the following members.
Name | Description | |
---|---|---|
ClearCount | Clear the count currently recorded on the line | |
Describe | Give a complete summary of the IOLine | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
SubscribeToDeltaEvent | Register an event with this handler to be notified when the state of this AIOLine changes over the delta value specified | |
SubscribeToTargetEvent | Register an event with this handler to be notified when the state of this AIOLine goes over the value specified and below the value specified | |
SubscribeToTargetEvents | Obsolete. Register an event with this handler to be notified when the state of this AIOLine goes over the value specified and below the value specified | |
SubscribeToTargetRangeEvent | Register an event with this handler to be notified when the state of this AIOLine changes more than the specified delta value away from the specified target value | |
SubscribeToTargetRangeEvents | Obsolete. Register an event with this handler to be notified when the state of this AIOLine changes more than the specified delta value away from the specified target value | |
Toggle | If the line is an output this function will invert the state of the line e.g. if the line was closed (1) it will become open (0) or if the line was open (0) it will become closed (1) only valid for Digital outputs | |
ToString |
ToString
(Overrides ObjectToString) | |
UnsubscribeToDeltaEvent | Unsubscribe a registered delta event with this handler to stop being notified when this event is triggered | |
UnsubscribeToTargetEvent | Unsubscribe a registered target event with this handler to stop being notified when this event is triggered | |
UnsubscribeToTargetEvents | Obsolete. Unsubscribe a registered target event with this handler to stop being notified when this event is triggered | |
UnsubscribeToTargetRangeEvent | Unsubscribe a registered target range event with this handler to stop being notified when this event is triggered | |
UnsubscribeToTargetRangeEvents | Obsolete. Unsubscribe a registered target range event with this handler to stop being notified when this event is triggered |