| Modifier and Type | Method and Description |
|---|---|
AddpDevice.AddpError |
AddpDevice.getError()
Gets the error code from the packet.
|
static AddpDevice.AddpError |
AddpDevice.AddpError.getType(int i) |
AddpDevice.AddpError |
AddpClient.rebootDevice(AddpDevice device,
String password)
Sends a reboot request to the device and waits for a response.
|
AddpDevice.AddpError |
AddpClient.setDHCP(AddpDevice device,
boolean toOn,
String password)
Sends a request to change the DHCP client settings on the device.
|
AddpDevice.AddpError |
AddpClient.setNetwork(AddpDevice device,
Inet4Address IP,
Inet4Address subnet,
Inet4Address gateway,
String password)
Sets the static network configuration on the device.
|
static AddpDevice.AddpError |
AddpDevice.AddpError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddpDevice.AddpError[] |
AddpDevice.AddpError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|