VisionBox_IOSchedulerSetEncoderDirection
Configures direction of encoder input of IO Scheduler unit.
Syntax
C++
Python
def VisionBox_IOSchedulerSetEncoderDirection( state: VisionBox_State, inSchedulerUnitNumber: int, inEncoderDirection: VisionBoxIOSchedulerEncoderDir, / ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | VisionBox_State | |||
![]() |
inSchedulerUnitNumber | int | 0 - ![]() |
||
![]() |
inEncoderDirection | VisionBoxIOSchedulerEncoderDir |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.



