Modifier and Type | Method and Description |
---|---|
static YRelay |
YRelay.FindRelay(String func)
Retrieves a relay for a given identifier.
|
static YRelay |
YRelay.FindRelayInContext(YAPIContext yctx,
String func)
Retrieves a relay for a given identifier in a YAPI context.
|
static YRelay |
YRelay.FirstRelay()
Starts the enumeration of relays currently accessible.
|
static YRelay |
YRelay.FirstRelayInContext(YAPIContext yctx)
Starts the enumeration of relays currently accessible.
|
YRelay |
YRelay.nextRelay()
Continues the enumeration of relays started using yFirstRelay().
|
Modifier and Type | Method and Description |
---|---|
void |
YRelay.TimedReportCallback.timedReportCallback(YRelay function,
YMeasure measure) |
void |
YRelay.UpdateCallback.yNewValue(YRelay function,
String functionValue) |
Copyright © 2019. All rights reserved.