8 Haziran 2016 Çarşamba

DhcpInfo Sınıfı

constructor
Şöyle yaparız.
WifiManager wifiManager = ...;DhcpInfo dhcp = wifiManager.getDhcpInfo();
ipAddress Alanı
Şöyle yaparız.
int broadcast = (dhcp.ipAddress & dhcp.netmask) | ~dhcp.netmask;


Hiç yorum yok:

Yorum Gönder