MMLanScan icon indicating copy to clipboard operation
MMLanScan copied to clipboard

Why I can't see subnetMask in Device ?

Open DenisMashintsev opened this issue 7 years ago • 3 comments

In current version, when MMLANScannerDelegate find new device, property subnetMask in Device object always == nil.

DenisMashintsev avatar Jul 25 '17 11:07 DenisMashintsev

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.

jpalten avatar Jul 25 '17 11:07 jpalten

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.

DenisMashintsev avatar Jul 25 '17 12:07 DenisMashintsev

I will check this out and I will let you know soon.

mavris avatar Jul 26 '17 09:07 mavris