Digi ADDP Library
version 1.0-SNAPSHOT
A C D G M O P R S T V 

A

AddpClient - Class in com.digi.addp
This class implements the ADDP client protocol for discovering Digi devices.
AddpClient() - Constructor for class com.digi.addp.AddpClient
 
AddpDevice - Class in com.digi.addp
Represents a device that has responded to an ADDP query.
AddpDevice.AddpError - Enum in com.digi.addp
 
AddpDevice.AddpWlanAuthMode - Enum in com.digi.addp
 
AddpDevice.AddpWlanEncMode - Enum in com.digi.addp
 

C

com.digi.addp - package com.digi.addp
Top-level package for discovery of Digi devices using ADDP.

D

DeviceFoundListener - Interface in com.digi.addp
Interface that defines event handling for asynchronous discovery.

G

getBytes() - Method in class com.digi.addp.MacAddress
 
getBytes() - Method in class com.digi.addp.MagicCookie
 
getDeviceID() - Method in class com.digi.addp.AddpDevice
Gets the Device Cloud device ID for the device.
getDevices() - Method in class com.digi.addp.AddpClient
Gets the device list that was generated by a call to AddpClient.searchForDevices() or AddpClient.searchForDevicesAsync(DeviceFoundListener)
getDHCP() - Method in class com.digi.addp.AddpDevice
Gets the DHCP client setting.
getDNS() - Method in class com.digi.addp.AddpDevice
Gets the primary DNS server address.
getDomain() - Method in class com.digi.addp.AddpDevice
Gets the device's domain name.
getError() - Method in class com.digi.addp.AddpDevice
Gets the error code from the packet.
getFirmwareRevision() - Method in class com.digi.addp.AddpDevice
Gets the firmware revision.
getGateway() - Method in class com.digi.addp.AddpDevice
Gets the device's default Gateway.
getHardwareName() - Method in class com.digi.addp.AddpDevice
Gets the hardware name.
getHardwareRevision() - Method in class com.digi.addp.AddpDevice
Gets the hardware revision.
getHardwareType() - Method in class com.digi.addp.AddpDevice
Gets the device's hardware type.
getIPAddress() - Method in class com.digi.addp.AddpDevice
Gets the device's IP address.
getMAC() - Method in class com.digi.addp.AddpDevice
Gets the device's MAC address.
getMagicCookieList() - Static method in class com.digi.addp.AddpClient
Gets the MagicCookies used when sending requests.
getMessage() - Method in class com.digi.addp.AddpDevice
Gets the message from the discovery response payload.
getName() - Method in class com.digi.addp.AddpDevice
Gets the device's name.
getPortCount() - Method in class com.digi.addp.AddpDevice
Gets the number of serial ports on the device available to RealPort.
getRealportPort() - Method in class com.digi.addp.AddpDevice
Gets the port number that RealPort is using.
getRealportSecurity() - Method in class com.digi.addp.AddpDevice
Gets the security type on the RealPort server.
getSubnet() - Method in class com.digi.addp.AddpDevice
Gets the device's subnet mask
getType(int) - Static method in enum com.digi.addp.AddpDevice.AddpError
 
getType(int) - Static method in enum com.digi.addp.AddpDevice.AddpWlanAuthMode
 
getType(int) - Static method in enum com.digi.addp.AddpDevice.AddpWlanEncMode
 
getValue() - Method in enum com.digi.addp.AddpDevice.AddpError
 
getValue() - Method in enum com.digi.addp.AddpDevice.AddpWlanAuthMode
 
getValue() - Method in enum com.digi.addp.AddpDevice.AddpWlanEncMode
 
getWaitTimeInSeconds() - Method in class com.digi.addp.AddpClient
Gets the time to wait between discovery responses.
getWlanAuthMode() - Method in class com.digi.addp.AddpDevice
Gets the WiFi authentication mode.
getWlanAutoSSIDEnabled() - Method in class com.digi.addp.AddpDevice
Gets the WiFi AutoSSID setting.
getWlanCurrentCountry() - Method in class com.digi.addp.AddpDevice
Gets the WiFi country code.
getWlanEncryptionKey() - Method in class com.digi.addp.AddpDevice
Gets the WiFi encryption key.
getWlanEncryptionMode() - Method in class com.digi.addp.AddpDevice
Gets the WiFi encryption mode.
getWlanSSID() - Method in class com.digi.addp.AddpDevice
Gets the WiFi SSID.

M

MacAddress - Class in com.digi.addp
A simple MAC Address class.
MacAddress(byte[]) - Constructor for class com.digi.addp.MacAddress
 
MacAddress(String) - Constructor for class com.digi.addp.MacAddress
 
MagicCookie - Class in com.digi.addp
A MagicCookie is a value determined by the device vendor that represents a group of devices.

O

onFound(String, AddpDevice) - Method in interface com.digi.addp.DeviceFoundListener
Called when a device is found during an asynchronous search.
onSearchComplete() - Method in interface com.digi.addp.DeviceFoundListener
Called when the search is complete.

P

parse(String) - Static method in class com.digi.addp.MagicCookie
Parse a magic cookie from the given String.
parse(byte[], int) - Static method in class com.digi.addp.MagicCookie
Parse a magic cookie from the given byte array at the given index.

R

rebootDevice(AddpDevice, String) - Method in class com.digi.addp.AddpClient
Sends a reboot request to the device and waits for a response.

S

searchForDevices() - Method in class com.digi.addp.AddpClient
Searches the network for Digi devices.
searchForDevicesAsync(DeviceFoundListener) - Method in class com.digi.addp.AddpClient
Asynchronously searches for devices and fires off a DeviceFoundListener.onFound(String, AddpDevice) event for each device found.
setBytes(byte[]) - Method in class com.digi.addp.MagicCookie
 
setDHCP(AddpDevice, boolean, String) - Method in class com.digi.addp.AddpClient
Sends a request to change the DHCP client settings on the device.
setNetwork(AddpDevice, Inet4Address, Inet4Address, Inet4Address, String) - Method in class com.digi.addp.AddpClient
Sets the static network configuration on the device.
setWaitTimeInSeconds(int) - Method in class com.digi.addp.AddpClient
Sets the time to wait between discovery responses.

T

toString() - Method in class com.digi.addp.AddpDevice
 
toString() - Method in class com.digi.addp.MacAddress
 
toString() - Method in class com.digi.addp.MagicCookie
 

V

valueOf(String) - Static method in enum com.digi.addp.AddpDevice.AddpError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.digi.addp.AddpDevice.AddpWlanAuthMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.digi.addp.AddpDevice.AddpWlanEncMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.digi.addp.AddpDevice.AddpError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.digi.addp.AddpDevice.AddpWlanAuthMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.digi.addp.AddpDevice.AddpWlanEncMode
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G M O P R S T V 
Digi ADDP Library
version 1.0-SNAPSHOT