Back to Aurora Vision Library Lite website
You are here: Start » Hardware Support » Imago Technologies » VisionBox_RS422Get
VisionBox_RS422Get
| Header: | ThirdPartySdk.h |
|---|---|
| Namespace: | avl |
Reads state of inputs as integer number.
Syntax
void avl::VisionBox_RS422Get ( VisionBox_State& ioState, int& outInputState )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | VisionBox_State& | Object used to maintain state of the function. | |
![]() |
outInputState | int& |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


