VisionBox_IOSchedulerPushValue
Puts value in IO Scheduler buffer.
Syntax
C++
Python
def VisionBox_IOSchedulerPushValue( state: VisionBox_State, inSchedulerUnitNumber: int, inCompareValue: int, inOutputValue: int, / ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | VisionBox_State | |||
![]() |
inSchedulerUnitNumber | int | 0 - ![]() |
||
![]() |
inCompareValue | int | |||
![]() |
inOutputValue | int |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.



