VisionBox_RS422Set


Sets all outputs of RS422 port.

Syntax

C++
Python
 
def VisionBox_RS422Set(
	state: VisionBox_State,
	inValue: int,
	/
)
-> None

Parameters

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

Multithreaded environment

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