public class Device extends Object
| Constructor and Description | 
|---|
Device()  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
getArchitecture()
Returns the name of the architecture of the device. 
 | 
static byte[] | 
getId()
Returns the ID of the device. 
 | 
static void | 
reboot()
Reboots the device. 
 | 
public static String getArchitecture()
public static byte[] getId()
public static void reboot()