DiscoveryHandlerDiscoveryError Method
|
This method is invoked when there is an error during discovery. The discovery will be cancelled when this method
is invoked.
DiscoveryFinished will not be called if this method is invoked.
Namespace:
Zebra.Sdk.Printer.Discovery
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax void DiscoveryError(
string message
)
Sub DiscoveryError (
message As String
)
void DiscoveryError(
String^ message
)
Parameters
- message
- Type: SystemString
the error message.
See Also