VisionBox_RS422Get
Reads state of inputs as integer number.
Syntax
C++
Python
def VisionBox_RS422Get( state: VisionBox_State, / ) -> outInputState: int
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | VisionBox_State | ||
![]() |
outInputState | int |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


