public class Device extends Object
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 String |
getVersion()
Returns the Version of the device.
|
static void |
reboot()
Reboots the device.
|
static void |
shutdown()
Shutdowns the device.
|
public static String getArchitecture()
public static byte[] getId()
public static String getVersion()
public static void reboot()
public static void shutdown()