Package | Description |
---|---|
com.esf.device.wifi.ubiquiti.ministation2.service | |
com.esf.util.net.service |
Utilities dealing with TCP/IP network interfaces.
|
Modifier and Type | Method and Description |
---|---|
IpAddress |
IUbiquitiMinistationManagement.getMinistationLinkLocalIpAddress()
Reports Ministation Link-Local IP address
|
IpAddress |
IUbiquitiMinistationManagement.getUnitLinkLocalIpAddress()
Reports Unit Link-Local IP address
|
IpAddress |
IUbiquitiMinistationManagement.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 |
IUbiquitiMinistationManagement.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.
|
Modifier and Type | Method and Description |
---|---|
void |
IpAddress.maskByInvertedSubnet(IpAddress subnet)
Masks the IpAddress by the inversion of subnet, to obtain a numeric IP broadcast address.
|
void |
IpAddress.maskBySubnet(IpAddress subnet)
Masks the IpAddress by the specified subnet, to obtain a numeric IP network identifier.
|
Copyright © 2009 Eurotech Inc. All rights reserved.