public interface IUbiquitiMinistationManagement
| Modifier and Type | Method and Description |
|---|---|
IpAddress |
getMinistationLinkLocalIpAddress()
Reports Ministation Link-Local IP address
|
IpAddress |
getUnitLinkLocalIpAddress()
Reports Unit Link-Local IP address
|
boolean |
isReachable()
Reports if ministation is reachable
|
boolean |
isReachable(long tout)
Reports if ministation is reachable
|
IpAddress |
probe()
Probes Ubiquiti ministation2 for management IP address by sending
broadcast ping to 169.254.255.255 and parsing the /proc/net/arp file for the ARP cache
entry matching the Ubiquiti OUI portion of the MAC address.
|
IpAddress |
probe(long tout)
Probes Ubiquiti ministation2 for management IP address by sending
broadcast ping to 169.254.255.255 and parsing the /proc/net/arp file for the ARP cache
entry matching the Ubiquiti OUI portion of the MAC address.
|
IpAddress probe() throws java.lang.Exception
IpAddressjava.lang.ExceptionIpAddress probe(long tout) throws java.lang.Exception
tout - - timeout in msec as longjava.lang.ExceptionIpAddress getUnitLinkLocalIpAddress()
IpAddressIpAddress getMinistationLinkLocalIpAddress()
IpAddressboolean isReachable()
booleanboolean isReachable(long tout)
tout - - configuration timeout in mdec as longbooleanCopyright © 2009 Eurotech Inc. All rights reserved.