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 | |
|---|---|---|---|---|
![]() |
ioState | VisionBox_State | ||
![]() |
inBitIndex | int | ||
![]() |
outBitState | bool |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.



