Package com.grephq.ot
Class JusbSpeed
- java.lang.Object
-
- com.grephq.ot.JusbSpeed
-
public class JusbSpeed extends java.lang.Object
Speed codes. Indicates the speed at which the device is operating
-
-
Field Summary
Fields Modifier and Type Field Description static int
FULL
The device is operating at full speed (12MBits/s)static int
HIGH
The device is operating at high speed (480MBits/s)static int
LOW
The device is operating at low speed (1.5MBits/s)static int
SUPER
The device is operating at super speed (5000MBits/s)static int
SUPER_PLUS
The device is operating at low speed (10000MBits/s)static int
UNKNOWN
The OS doesn't report or know the device speed
-
Constructor Summary
Constructors Constructor Description JusbSpeed()
-
-
-
Field Detail
-
UNKNOWN
public static final int UNKNOWN
The OS doesn't report or know the device speed- See Also:
- Constant Field Values
-
LOW
public static final int LOW
The device is operating at low speed (1.5MBits/s)- See Also:
- Constant Field Values
-
FULL
public static final int FULL
The device is operating at full speed (12MBits/s)- See Also:
- Constant Field Values
-
HIGH
public static final int HIGH
The device is operating at high speed (480MBits/s)- See Also:
- Constant Field Values
-
SUPER
public static final int SUPER
The device is operating at super speed (5000MBits/s)- See Also:
- Constant Field Values
-
SUPER_PLUS
public static final int SUPER_PLUS
The device is operating at low speed (10000MBits/s)- See Also:
- Constant Field Values
-
-