VisionBox_RS422SetBit


Sets state of particular output of RS 422 port.

Syntax

C++
Python
 
def VisionBox_RS422SetBit(
	state: VisionBox_State,
	inBitIndex: int,
	inBitState: bool,
	/
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState VisionBox_State
Input value inBitIndex int
Input value inBitState bool

Multithreaded environment

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