VisionBox_IOSchedulerGetNumberOfOutputs


Returns number of available outputs of IO Scheduler unit of Vision Box computer.

Syntax

C++
Python
 
def VisionBox_IOSchedulerGetNumberOfOutputs(
	state: VisionBox_State,
	inSchedulerUnitNumber: int,
	/
)
-> outNumberOfOutputs: int

Parameters

Name Type Range Default Description
Input will be modified ioState VisionBox_State
Input value inSchedulerUnitNumber int 0 -
Output value outNumberOfOutputs int

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.