Back to FabImage Library website
You are here: Start » Function Reference » Hardware Support » Neousys » Neousys_GetDigitalInput_Multiple
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Gets values of all digital input channels at once on a Neousys computer.
Syntax
void fil::Neousys_GetDigitalInput_Multiple ( Neousys_State& ioState, bool& outValue0, bool& outValue1, bool& outValue2, bool& outValue3, bool& outValue4, bool& outValue5, bool& outValue6, bool& outValue7, bool& outValue8, bool& outValue9, bool& outValue10, bool& outValue11, bool& outValue12, bool& outValue13, bool& outValue14, bool& outValue15 )
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 | |
![]() |
outValue8 | bool& | Value to get from input channel 8 | |
![]() |
outValue9 | bool& | Value to get from input channel 9 | |
![]() |
outValue10 | bool& | Value to get from input channel 10 | |
![]() |
outValue11 | bool& | Value to get from input channel 11 | |
![]() |
outValue12 | bool& | Value to get from input channel 12 | |
![]() |
outValue13 | bool& | Value to get from input channel 13 | |
![]() |
outValue14 | bool& | Value to get from input channel 14 | |
![]() |
outValue15 | bool& | Value to get from input channel 15 |
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 FabImage on a 64-bit operating system. Please use 64-bit FabImage 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
- Neousys_SetDigitalOutput_Multiple – Sets values to all digital output channels at once on a Neousys computer.