VisionBox_IOSchedulerGetBufferFillLevel
Returns number of occupied entries in IO Scheduler buffer.
Syntax
C++
Python
def VisionBox_IOSchedulerGetBufferFillLevel( state: VisionBox_State, inSchedulerUnitNumber: int, / ) -> outBufferFillLevel: int
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | VisionBox_State | |||
![]() |
inSchedulerUnitNumber | int | 0 - ![]() |
||
![]() |
outBufferFillLevel | int |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.




