Uses of Class
org.robokind.impl.motion.dynamixel.enums.DynamixelBaudRate

Packages that use DynamixelBaudRate
org.robokind.impl.motion.dynamixel   
org.robokind.impl.motion.dynamixel.enums   
 

Uses of DynamixelBaudRate in org.robokind.impl.motion.dynamixel
 

Methods in org.robokind.impl.motion.dynamixel that return DynamixelBaudRate
 DynamixelBaudRate DynamixelServo.getBaudRate()
          Returns the BaudRate expected by the DynamixelServo.
 

Methods in org.robokind.impl.motion.dynamixel with parameters of type DynamixelBaudRate
 void DynamixelServo.setBaudRate(DynamixelBaudRate value)
          Sets the BaudRate expected by the DynamixelServo
 

Uses of DynamixelBaudRate in org.robokind.impl.motion.dynamixel.enums
 

Methods in org.robokind.impl.motion.dynamixel.enums that return DynamixelBaudRate
static DynamixelBaudRate DynamixelBaudRate.get(Byte b)
          Returns the DynamixelBaudRate with the given byte value.
static DynamixelBaudRate DynamixelBaudRate.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DynamixelBaudRate[] DynamixelBaudRate.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011-2013. All Rights Reserved.