VisionBox_SetLedMode


Sets led mode.

Syntax

C++
Python
 
def VisionBox_SetLedMode(
	state: VisionBox_State,
	inLedIndex: int,
	inMode: VisionBoxLedMode,
	/
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState VisionBox_State
Input value inLedIndex int Selects led
Input value inMode VisionBoxLedMode Selects led mode

Multithreaded environment

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