|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SerialConfiguration | |
---|---|
edu.nau.cs.scu |
Uses of SerialConfiguration in edu.nau.cs.scu |
---|
Methods in edu.nau.cs.scu that return SerialConfiguration | |
---|---|
SerialConfiguration |
SerialConfiguration.getSerialConfig(java.lang.String propertyString)
Retrieves the SerialConfiguration enum constant related to the specially formatted property string which can be retrieved using propertyString() . |
static SerialConfiguration |
SerialConfiguration.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SerialConfiguration[] |
SerialConfiguration.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in edu.nau.cs.scu with parameters of type SerialConfiguration | |
---|---|
void |
SignalInterpreter.setSerialConfig(SerialConfiguration sc)
Set the baud rate and serial communication configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |