Modifier and Type | Method and Description |
---|---|
Speed |
Device.getDeviceSpeed()
get negotiated device speed
|
static Speed |
Speed.valueOf(int code) |
static Speed |
Speed.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Speed[] |
Speed.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|