public class IPAddress
extends java.lang.Object
| Constructor and Description |
|---|
IPAddress(java.lang.String ip)
Constructor of the class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIp()
Getter of the IP String.
|
byte[] |
getIpAddress()
Returns the IP Address in form of byte array.
|
void |
setIp(java.lang.String ip)
Setter of the IP String.
|
public IPAddress(java.lang.String ip)
ip - String containing the IP Address, e.g: "192.168.1.0".public java.lang.String getIp()
public byte[] getIpAddress()
public void setIp(java.lang.String ip)
ip - String containing the IP Address, e.g: "192.168.1.0".© Copyright 2014 Etherios, Inc. All rights reserved. Etherios, Inc. is a Division of Digi International Inc.