Back to FabImage Library website
You are here: Start » Function Reference » Hardware Support » Advantech » DAQNavi_GetDigitalOutputBit
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Gets digital output bit value.
Syntax
void fil::DAQNavi_GetDigitalOutputBit ( DAQNavi_State& ioState, ftl::Optional<const ftl::String&> inDeviceID, int inPort, int inBitId, bool& 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 | |
![]() |
inBitId | int | 0 - 8 | Bit id within the selected port | |
![]() |
outValue | bool& | Value to output |