Id - Id Type to readpublic interface ServoIdReader<Id>
| Modifier and Type | Method and Description |
|---|---|
Class<Id> |
getServoIdClass()
Returns the Class of the Id Type read by this ServoIdReader.
|
ServoController.ServoId<Id> |
read(ServoController.Id controllerId,
String servoIdStr)
Reads and parses a String into the Id Type, and returns a
ServoController.ServoId.
|
Id |
read(String servoIdStr)
Reads and parses a String into the Id Type
|
ServoController.ServoId<Id> read(ServoController.Id controllerId, String servoIdStr)
controllerId - ServoController.Id to useservoIdStr - Id String to parseId read(String servoIdStr)
servoIdStr - Id String to parseCopyright © 2011-2014. All Rights Reserved.