Modifier and Type | Method and Description |
---|---|
static YServo |
YServo.FindServo(String func)
Retrieves a RC servo motor for a given identifier.
|
static YServo |
YServo.FindServoInContext(YAPIContext yctx,
String func)
Retrieves a RC servo motor for a given identifier in a YAPI context.
|
static YServo |
YServo.FirstServo()
Starts the enumeration of RC servo motors currently accessible.
|
static YServo |
YServo.FirstServoInContext(YAPIContext yctx)
Starts the enumeration of RC servo motors currently accessible.
|
YServo |
YServo.nextServo()
Continues the enumeration of RC servo motors started using yFirstServo().
|
Modifier and Type | Method and Description |
---|---|
void |
YServo.TimedReportCallback.timedReportCallback(YServo function,
YMeasure measure) |
void |
YServo.UpdateCallback.yNewValue(YServo function,
String functionValue) |
Copyright © 2021. All rights reserved.