ServiceDiscoveryHandlerFoundService Method
|
This method is invoked when a service has been discovered. This method will be invoked for each service that is found.
Namespace:
Zebra.Sdk.Printer.Discovery
Assembly:
SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1869
Syntax void FoundService(
ConnectionChannel channel
)
Sub FoundService (
channel As ConnectionChannel
)
void FoundService(
ConnectionChannel channel
)
Parameters
- channel
- Type: Zebra.Sdk.CommConnectionChannel
A discovered channel.
See Also