MMLanScan
MMLanScan copied to clipboard
Why I can't see subnetMask in Device ?
In current version, when MMLANScannerDelegate find new device, property subnetMask in Device object always == nil.
It might take a few secs to acquire. Does it stay nil, or will it correct after a while?
Op 25 jul. 2017 om 14:46 heeft DenisMashintsev [email protected] het volgende geschreven:
In current version property subnetMask in Device object always == nil.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Yes, it stays nil. The problem is in the getMACDetails method of the MACOperation class. In this method, the subnetMask property of the Device object is not initialized.
I will check this out and I will let you know soon.