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.DiscoveryAssembly: SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 4.0.3435
Syntaxvoid FoundService(
ConnectionChannel channel
)
Sub FoundService (
channel As ConnectionChannel
)
void FoundService(
ConnectionChannel channel
)
Parameters
- channel ConnectionChannel
- A discovered channel.
See Also