ServoIdType - Type of Id used by the Servospublic static class ServoController.ServoId<ServoIdType> extends Object implements org.jflux.impl.services.rk.utils.LocalIdentifier
| Constructor and Description |
|---|
ServoController.ServoId(ServoController.Id controllerId,
ServoIdType servoId)
Creates a ServoController.ServoId from the given ServoController.Id
and Servo Id.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ServoController.Id |
getControllerId()
Returns the value of the Id.
|
ServoIdType |
getServoId()
Returns the value of the Id.
|
int |
hashCode() |
String |
toString() |
public ServoController.ServoId(ServoController.Id controllerId, ServoIdType servoId)
controllerId - ServoController.Id to useservoId - Servo Id to usepublic final ServoIdType getServoId()
public final ServoController.Id getControllerId()
Copyright © 2011-2014. All Rights Reserved.