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

Method when SearchAsync is ended with no response? #119

Open
Bizarrus opened this issue Oct 15, 2023 · 0 comments
Open

Method when SearchAsync is ended with no response? #119

Bizarrus opened this issue Oct 15, 2023 · 0 comments

Comments

@Bizarrus
Copy link

DeviceAvailable calls only when devices found when using SearchAsync.

Serves RSSDP here a method, when the search is ended with no results, for sample:

 deviceLocator.DeviceAvailable       += OnDeviceResponse;
deviceLocator?.SearchAsync(delegate() {
// When search has ended & no results found
});

// [...]
private async static void OnDeviceResponse(object? sender, DeviceAvailableEventArgs e) {
// Devices Found
}
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

1 participant