Back to FabImage Library website
You are here: Start » Function Reference » Advantech » DAQNavi_GetDigitalOutput
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Gets digital output value.
Syntax
void fil::DAQNavi_GetDigitalOutput ( DAQNavi_State& ioState, ftl::Optional<const ftl::String&> inDeviceID, int inPort, int& outValue )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | DAQNavi_State& | Object used to maintain state of the function. | |||
![]() |
inDeviceID | Optional<const String&> | NIL | Description or index of device | |
![]() |
inPort | int | 0 - +![]() |
Port used for outputting data | |
![]() |
outValue | int& | Value to output |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.