JobControlHelperUtilZmotifGetMagDataParity Method 
             | 
          
        
         
            Gets the data parity for each track.
            
 
    Namespace: 
   Zebra.Sdk.Card.Zmotif.Job
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
SyntaxDictionary<TrackNumber, DataCharParity> GetMagDataParity()
Function GetMagDataParity As Dictionary(Of TrackNumber, DataCharParity)
Dictionary<TrackNumber, DataCharParity>^ GetMagDataParity()
Return Value
Type: 
DictionaryTrackNumber, 
DataCharParityA 
Dictionary object containing the 
TrackNumber and 
DataCharParity for each track.
Exceptions| Exception | Condition | 
|---|
| ConnectionException | If the device is busy or there is an error communicating with the printer. | 
| SettingsException | If an error occurs while retrieving the magnetic data parity. | 
See Also