Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the function to scan all the associated IP ? #38

Closed
Lintes opened this issue Mar 16, 2018 · 2 comments
Closed

What is the function to scan all the associated IP ? #38

Lintes opened this issue Mar 16, 2018 · 2 comments

Comments

@Lintes
Copy link

Lintes commented Mar 16, 2018

Hi Mavris,

Here in the function, I can see LANProperties, MMLanScan and others
but I couldn't figure it out the correct function to call for scanning all the associated IP in a same network.

Please bare with my noviceness and reply me at your earliest

@saormart
Copy link

Any news on this ?

@mavris
Copy link
Owner

mavris commented Oct 2, 2019

Initialize with delegate

self.lanScanner = [[MMLANScanner alloc] initWithDelegate:self];
Start the scan

[self.lanScanner start];

@mavris mavris closed this as completed Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants