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


