 | ReaderControlLed Method |
Controls the LED blinking pattern.
Namespace:
AC908_SDK
Assembly:
AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntaxpublic Task ControlLed(
List<LedData> ledDatas
)
Parameters
- ledDatas
- Type: System.Collections.GenericListLedData
The LED blinking pattern.
Return Value
Type:
TaskA task that represents the asynchronous operation.
See Also