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


