VisionBox_IOSchedulerGetCounter
Gets values of selected counter in IO Scheduler unit.
Syntax
C++
Python
def VisionBox_IOSchedulerGetCounter( state: VisionBox_State, inSchedulerUnitNumber: int, inCounterType: VisionBoxIOSchedulerCounter, / ) -> outCounterValue: int
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | VisionBox_State | |||
![]() |
inSchedulerUnitNumber | int | 0 - ![]() |
||
![]() |
inCounterType | VisionBoxIOSchedulerCounter | |||
![]() |
outCounterValue | int |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.




