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

Parameters

channel  ConnectionChannel
A discovered channel.
See Also