VisionBox_GetMultiplexerNumberOfOutputs


Gets number of multiplexer outputs.

Syntax

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

Parameters

Name Type Default Description
Input will be modified ioState VisionBox_State
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.