Impact Acquire SDK .NET
|
A class to represent a digital output pin(Device specific interface layout only). More...
Public Member Functions | |
bool | flip () |
Inverts the current state of the digital output and returns the previous state. | |
override bool | get () |
Returns the current state of this output pin. | |
void | reset () |
Sets the output pin to 'logic 0'. | |
void | set () |
Sets the output pin to 'logic 1'. | |
override String | ToString () |
Returns a description for this digital pin. | |
Properties | |
String | description [get] |
Returns a description for this digital output. | |
bool | isWriteable [get] |
Checks if the caller has write/modify access to this digital output. | |
A class to represent a digital output pin(Device specific interface layout only).
|
inline |
Inverts the current state of the digital output and returns the previous state.
Returns the current state of this output pin.
|
inline |
Sets the output pin to 'logic 0'.
|
inline |
Sets the output pin to 'logic 1'.
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.
|
getinherited |
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.
|
get |
Checks if the caller has write/modify access to this digital output.
Some devices will offer access to digital outputs, but these outputs can't be switched manually. E.g. a device might offer a digital output that can only be configured to stay either high or low during frame exposure but can't be switched to high at a certain user defined moment. For such an output, this function will return false.
If the user calls a function belonging to this class that would modify the state of the associated digital output, an exception will be raised.