Modifier and Type | Method and Description |
---|---|
static YCurrent |
YCurrent.FindCurrent(String func)
Retrieves a current sensor for a given identifier.
|
static YCurrent |
YCurrent.FindCurrentInContext(YAPIContext yctx,
String func)
Retrieves a current sensor for a given identifier in a YAPI context.
|
static YCurrent |
YCurrent.FirstCurrent()
Starts the enumeration of current sensors currently accessible.
|
static YCurrent |
YCurrent.FirstCurrentInContext(YAPIContext yctx)
Starts the enumeration of current sensors currently accessible.
|
YCurrent |
YCurrent.nextCurrent()
Continues the enumeration of current sensors started using yFirstCurrent().
|
Modifier and Type | Method and Description |
---|---|
void |
YCurrent.TimedReportCallback.timedReportCallback(YCurrent function,
YMeasure measure) |
void |
YCurrent.UpdateCallback.yNewValue(YCurrent function,
String functionValue) |
Copyright © 2018. All rights reserved.