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
IpAddress
java.lang.Exception
IpAddress probe(long tout) throws java.lang.Exception
tout
- - timeout in msec as long
java.lang.Exception
IpAddress getUnitLinkLocalIpAddress()
IpAddress
IpAddress getMinistationLinkLocalIpAddress()
IpAddress
boolean isReachable()
boolean
boolean isReachable(long tout)
tout
- - configuration timeout in mdec as long
boolean
Copyright © 2009 Eurotech Inc. All rights reserved.