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
Assemblies:
SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 2.15.2634
ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 2.15.2521
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