Back to FabImage Library website
You are here: Start » Function Reference » AvSMART » AvSMART_GetInputState
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Get input I/O state.
Syntax
void fil::AvSMART_GetInputState ( AvSmart_State& ioState, int inId, bool& outState )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | AvSmart_State& | Object used to maintain state of the function. | |||
![]() |
inId | int | 0 - 7 | Index of I/O output port | |
![]() |
outState | bool& | Received state |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.