Back to Adaptive Vision Library Lite website
You are here: Start » Roseek » Roseek_ConfigureLEDDriverMode
Roseek_ConfigureLEDDriverMode
| Header: | ThirdPartySdk.h |
|---|---|
| Namespace: | avl |
Set the driver working mode of LED.
Syntax
void avl::Roseek_ConfigureLEDDriverMode
(
Roseek_State& ioState,
avl::RoseekLEDDriverType::Type inType,
avl::RoseekLEDDriverMode::Type inMode
)
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
| ioState | Roseek_State& | Object used to maintain state of the function. | ||
![]() |
inType | RoseekLEDDriverType::Type | Driver type (own or external) | |
![]() |
inMode | RoseekLEDDriverMode::Type | 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.

