Back to Aurora Vision Library website

You are here: Start » Function Reference » Hardware Support » Advantech » DAQNavi_GetDigitalOutputBit

DAQNavi_GetDigitalOutputBit


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Gets digital output bit value.

Syntax

void avl::DAQNavi_GetDigitalOutputBit
(
	DAQNavi_State& ioState,
	atl::Optional<const atl::String&> inDeviceID,
	int inPort,
	int inBitId,
	bool& outValue
)

Parameters

Name Type Range Default Description
Input will be modified ioState DAQNavi_State& Object used to maintain state of the function.
Input value inDeviceID Optional<const String&> NIL Description or index of device
Input value inPort int 0 - + Port used for outputting data
Input value inBitId int 0 - 8 Bit id within the selected port
Output value outValue bool& Value to output