KM_ |
The KM_IO type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetAnalogValue | Reads the digital expression of an analog value | |
| GetDigitalValue | Gets the current status of a point of IO | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| SetAnalogValue | Sets the output level of an analog output | |
| SetDigitalValue | Sets the value if the IOType is Digital output Otherwise will throw an exception | |
| Toggle | Toggle a Digital Output Bit | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| UpdateIOType | Uptdates the IO direction |