Click or drag to resize

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:  ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 3.0.3271
  SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 3.0.3271
Syntax
void FoundService(
	ConnectionChannel channel
)

Parameters

channel  ConnectionChannel
a discovered channel
See Also