Modifier and Type | Method and Description |
---|---|
static YOsControl |
YOsControl.FindOsControl(String func)
Retrieves OS control for a given identifier.
|
static YOsControl |
YOsControl.FindOsControlInContext(YAPIContext yctx,
String func)
Retrieves OS control for a given identifier in a YAPI context.
|
static YOsControl |
YOsControl.FirstOsControl()
Starts the enumeration of OS control currently accessible.
|
static YOsControl |
YOsControl.FirstOsControlInContext(YAPIContext yctx)
Starts the enumeration of OS control currently accessible.
|
YOsControl |
YOsControl.nextOsControl()
Continues the enumeration of OS control started using yFirstOsControl().
|
Modifier and Type | Method and Description |
---|---|
void |
YOsControl.TimedReportCallback.timedReportCallback(YOsControl function,
YMeasure measure) |
void |
YOsControl.UpdateCallback.yNewValue(YOsControl function,
String functionValue) |
Copyright © 2017. All rights reserved.