Modifier and Type | Method and Description |
---|---|
static YWeighScale |
YWeighScale.FindWeighScale(String func)
Retrieves a weighing scale sensor for a given identifier.
|
static YWeighScale |
YWeighScale.FindWeighScaleInContext(YAPIContext yctx,
String func)
Retrieves a weighing scale sensor for a given identifier in a YAPI context.
|
static YWeighScale |
YWeighScale.FirstWeighScale()
Starts the enumeration of weighing scale sensors currently accessible.
|
static YWeighScale |
YWeighScale.FirstWeighScaleInContext(YAPIContext yctx)
Starts the enumeration of weighing scale sensors currently accessible.
|
YWeighScale |
YWeighScale.nextWeighScale()
Continues the enumeration of weighing scale sensors started using yFirstWeighScale().
|
Modifier and Type | Method and Description |
---|---|
void |
YWeighScale.TimedReportCallback.timedReportCallback(YWeighScale function,
YMeasure measure) |
void |
YWeighScale.UpdateCallback.yNewValue(YWeighScale function,
String functionValue) |
Copyright © 2019. All rights reserved.