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
Input will be modified ioState VisionBox_State
Output value outInputState int

Multithreaded environment

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