public class AddpDevice extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AddpDevice.AddpError |
static class |
AddpDevice.AddpWlanAuthMode |
static class |
AddpDevice.AddpWlanEncMode |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceID()
Gets the Device Cloud device ID for the device.
|
int |
getDHCP()
Gets the DHCP client setting.
|
InetAddress |
getDNS()
Gets the primary DNS server address.
|
String |
getDomain()
Gets the device's domain name.
|
AddpDevice.AddpError |
getError()
Gets the error code from the packet.
|
String |
getFirmwareRevision()
Gets the firmware revision.
|
InetAddress |
getGateway()
Gets the device's default Gateway.
|
String |
getHardwareName()
Gets the hardware name.
|
int |
getHardwareRevision()
Gets the hardware revision.
|
int |
getHardwareType()
Gets the device's hardware type.
|
InetAddress |
getIPAddress()
Gets the device's IP address.
|
MacAddress |
getMAC()
Gets the device's MAC address.
|
String |
getMessage()
Gets the message from the discovery response payload.
|
String |
getName()
Gets the device's name.
|
int |
getPortCount()
Gets the number of serial ports on the device available to RealPort.
|
int |
getRealportPort()
Gets the port number that RealPort is using.
|
boolean |
getRealportSecurity()
Gets the security type on the RealPort server.
|
InetAddress |
getSubnet()
Gets the device's subnet mask
|
AddpDevice.AddpWlanAuthMode |
getWlanAuthMode()
Gets the WiFi authentication mode.
|
boolean |
getWlanAutoSSIDEnabled()
Gets the WiFi AutoSSID setting.
|
int |
getWlanCurrentCountry()
Gets the WiFi country code.
|
byte[] |
getWlanEncryptionKey()
Gets the WiFi encryption key.
|
AddpDevice.AddpWlanEncMode |
getWlanEncryptionMode()
Gets the WiFi encryption mode.
|
byte[] |
getWlanSSID()
Gets the WiFi SSID.
|
String |
toString() |
public InetAddress getIPAddress()
public InetAddress getGateway()
public InetAddress getSubnet()
public MacAddress getMAC()
public String getName()
public String getDomain()
public int getHardwareType()
public int getHardwareRevision()
public String getFirmwareRevision()
public String getMessage()
public String getHardwareName()
public int getRealportPort()
public InetAddress getDNS()
public int getDHCP()
public AddpDevice.AddpError getError()
public int getPortCount()
public boolean getRealportSecurity()
public byte[] getWlanSSID()
public boolean getWlanAutoSSIDEnabled()
public AddpDevice.AddpWlanAuthMode getWlanAuthMode()
public AddpDevice.AddpWlanEncMode getWlanEncryptionMode()
public byte[] getWlanEncryptionKey()
public int getWlanCurrentCountry()
public String getDeviceID()