Click or drag to resize

DiscoveryUtilParseDiscoveryPacket Method

Decodes the provided MIME encoded discovery packet 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> ParseDiscoveryPacket(
	string discoveryPacketMimed
)

Parameters

discoveryPacketMimed  String
A Base64 encoded discovery packet

Return Value

DictionaryString, String
A discovery data map representative of the provided packet
Exceptions
ExceptionCondition
DiscoveryPacketDecodeExceptionIf provided a malformed discovery packet
See Also