Click or drag to resize

DiscoveryUtilGetDiscoveryDataMap Method

Reads the discovery packet from the provided connection and returns a discovery data map

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

Parameters

connection  Connection
A Connection to a printer

Return Value

DictionaryString, String
A discovery data map representative of the provided packet
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs.
DiscoveryPacketDecodeExceptionIf provided a malformed discovery packet
See Also