An abstract base class to represent a digital pin(Device specific interface layout only).
More...
|
| bool | get () |
| | Returns the current state of this pin.
|
| override String | ToString () |
| | Returns a description for this digital pin.
|
|
| String | description [get] |
| | Returns a description for this digital output.
|
An abstract base class to represent a digital pin(Device specific interface layout only).
◆ get()
Returns the current state of this pin.
- Returns
- true if the current state of this pin is considered as 'logic 1'
- false otherwise
◆ ToString()
| override String ToString |
( |
| ) |
|
|
inline |
Returns a description for this digital pin.
This might contain connector descriptions or other information like e.g. 'CC1(J1)', which means, this is the CameraLink® control channel 1 of connector J1.
◆ description
Returns a description for this digital output.
This might contain connector descriptions or other information like e.g. 'CC1(J1)', which means, this is the CameraLink® control channel 1 of connector J1.
- Examples
- DigitalIOs.cs.