VisionBox_GetNumberOfLeds
Gets number of available LEDs.
Syntax
C++
Python
def VisionBox_GetNumberOfLeds( state: VisionBox_State, / ) -> outCount: int
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | VisionBox_State | ||
![]() |
outCount | int | Number of LEDs in system |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


