VisionBox_SetLedMode
Sets led mode.
Syntax
C++
Python
def VisionBox_SetLedMode( state: VisionBox_State, inLedIndex: int, inMode: VisionBoxLedMode, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | VisionBox_State | ||
![]() |
inLedIndex | int | Selects led | |
![]() |
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.


