DiscoveryHandlerLinkOsOnlyDiscoveryError 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.DiscoveryAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public void DiscoveryError(
string message
)
Public Sub DiscoveryError (
message As String
)
public:
virtual void DiscoveryError(
String^ message
) sealed
Parameters
- message String
- The error message.
Implements
DiscoveryHandlerDiscoveryError(String)See Also