Modifier and Type | Method and Description |
---|---|
static YAnButton |
YAnButton.FindAnButton(String func)
Retrieves an analog input for a given identifier.
|
static YAnButton |
YAnButton.FindAnButtonInContext(YAPIContext yctx,
String func)
Retrieves an analog input for a given identifier in a YAPI context.
|
static YAnButton |
YAnButton.FirstAnButton()
Starts the enumeration of analog inputs currently accessible.
|
static YAnButton |
YAnButton.FirstAnButtonInContext(YAPIContext yctx)
Starts the enumeration of analog inputs currently accessible.
|
YAnButton |
YAnButton.nextAnButton()
Continues the enumeration of analog inputs started using yFirstAnButton().
|
Modifier and Type | Method and Description |
---|---|
void |
YAnButton.TimedReportCallback.timedReportCallback(YAnButton function,
YMeasure measure) |
void |
YAnButton.UpdateCallback.yNewValue(YAnButton function,
String functionValue) |
Copyright © 2016. All rights reserved.