Click or drag to resize

DiscoveryUtilCardGetDiscoveryDataMap Method

Reads the discovery packet from the provided connection.

Namespace:  Zebra.Sdk.Card.Printer.Discovery
Assembly:  SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax
public static Dictionary<string, string> GetDiscoveryDataMap(
	Connection connection
)

Parameters

connection
Type: Zebra.Sdk.CommConnection
A Connection to a Zebra Card Printer.

Return Value

Type: DictionaryString, String
A Dictionary object containing the discovery information.
Exceptions
ExceptionCondition
ZebraIllegalArgumentExceptionIf the connection is invalid.
See Also