VisionBox_RS422GetBit


Reads state of particular input of RS 422 port.

Syntax

C++
Python
 
def VisionBox_RS422GetBit(
	state: VisionBox_State,
	inBitIndex: int,
	/
)
-> outBitState: bool

Parameters

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

Multithreaded environment

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