Hi Everyone,
Is there any way to set the minimum and max bluetooth discovery time for the DiscoveryHandlerFactory -OnDiscoveryFinished event?
var handler = DiscoveryHandlerFactory.Current.GetInstance(); handler.OnDiscoveryError += OnDiscoveryError; handler.OnDiscoveryFinished += OnDiscoveryFinished; handler.OnFoundPrinter += OnFoundPrinter;
DiscoveryHandlerFactory -OnDiscoveryFinished - minimum timeOut setting |
0 Replies