| Modifier and Type | Method and Description |
|---|---|
Map<String,AddpDevice> |
AddpClient.getDevices()
Gets the device list that was generated by a call to
AddpClient.searchForDevices() or
AddpClient.searchForDevicesAsync(DeviceFoundListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceFoundListener.onFound(String mac,
AddpDevice device)
Called when a device is found during an asynchronous search.
|
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.
|