Back to Adaptive Vision Library website

You are here: Start » Function Reference » Neousys » Neousys_GetDigitalInput_Multiple

Neousys_GetDigitalInput_Multiple


Gets values of all digital input channels at once on a Neousys computer.

Syntax

void avl::Neousys_GetDigitalInput_Multiple
(
	Neousys_State& ioState,
	bool& outValue0,
	bool& outValue1,
	bool& outValue2,
	bool& outValue3,
	bool& outValue4,
	bool& outValue5,
	bool& outValue6,
	bool& outValue7
)

Parameters

Name Type Default Description
ioState Neousys_State& Object used to maintain state of the function.
outValue0 bool& Value to get from input channel 0
outValue1 bool& Value to get from input channel 1
outValue2 bool& Value to get from input channel 2
outValue3 bool& Value to get from input channel 3
outValue4 bool& Value to get from input channel 4
outValue5 bool& Value to get from input channel 5
outValue6 bool& Value to get from input channel 6
outValue7 bool& Value to get from input channel 7

Remarks

Availability

Before you use this filter make sure how many digital input and output channels does your Neousys device provide.

Compatibility

Neousys Watchdog Timer and Digital I/O support is not provided when using 32-bit Adaptive Vision on a 64-bit operating system. Please use 64-bit Adaptive Vision in such a case.

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.

See Also