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: 2.13.898
Syntaxpublic static Dictionary<string, string> GetDiscoveryDataMap(
	Connection connection
)
Public Shared Function GetDiscoveryDataMap ( 
	connection As Connection
) As Dictionary(Of String, String)
public:
static Dictionary<String^, String^>^ GetDiscoveryDataMap(
	Connection^ connection
)
Parameters
- connection
 - Type: Zebra.Sdk.CommConnection
A Connection to a printer 
Return Value
Type: 
DictionaryString, 
StringA discovery data map representative of the provided packet
Exceptions
See Also