VisionBox_RS422GetNumberOfInputs


Returns number of available inputs of RS 422 port.

Syntax

C++
Python
 
def VisionBox_RS422GetNumberOfInputs(
	state: VisionBox_State,
	/
)
-> outNumberOfInputs: int

Parameters

Name Type Default Description
Input will be modified ioState VisionBox_State
Output value outNumberOfInputs int

Multithreaded environment

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