AvSMART_ConfigureLEDDriverMode
Set the driver working mode of LED.
Syntax
C++
Python
def AvSMART_ConfigureLEDDriverMode( state: AvSmart_State, inType: RoseekLEDDriverType, inMode: RoseekLEDDriverMode, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | AvSmart_State | ||
![]() |
inType | RoseekLEDDriverType | Driver type (own or external) | |
![]() |
inMode | RoseekLEDDriverMode | LED driver mode |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


