Modifier and Type | Method and Description |
---|---|
static YLed |
YLed.FindLed(String func)
Retrieves a LED for a given identifier.
|
static YLed |
YLed.FindLedInContext(YAPIContext yctx,
String func)
Retrieves a LED for a given identifier in a YAPI context.
|
static YLed |
YLed.FirstLed()
Starts the enumeration of LEDs currently accessible.
|
static YLed |
YLed.FirstLedInContext(YAPIContext yctx)
Starts the enumeration of LEDs currently accessible.
|
YLed |
YLed.nextLed()
Continues the enumeration of LEDs started using yFirstLed().
|
Modifier and Type | Method and Description |
---|---|
void |
YLed.TimedReportCallback.timedReportCallback(YLed function,
YMeasure measure) |
void |
YLed.UpdateCallback.yNewValue(YLed function,
String functionValue) |
Copyright © 2017. All rights reserved.