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.DiscoveryAssemblies: ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 3.0.3271
SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 3.0.3271
Syntax void FoundService(
ConnectionChannel channel
)
Sub FoundService (
channel As ConnectionChannel
)
void FoundService(
ConnectionChannel channel
)
Parameters
- channel ConnectionChannel
- a discovered channel
See Also