This is invoked when there is an error during discovery. The discovery will be cancelled when this method is invoked. DiscoveryHandler.DiscoveryFinished() will not be called if this method is invoked.

Namespace:  ZSDK_API.Discovery
Assembly:  ZSDK_API (in ZSDK_API.dll) Version: 1.1.123.0

Syntax

C#
void DiscoveryError(
	string message
)
Visual Basic (Declaration)
Sub DiscoveryError ( _
	message As String _
)

Parameters

message
Type: System..::.String
the error message.

See Also