CardCountInfoCardCounterInfo Property
|
Returns a Dictionary object containing all of the printer's card counters.
Namespace:
Zebra.Sdk.Card.Containers
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax public Dictionary<string, int> CardCounterInfo { get; }
Public ReadOnly Property CardCounterInfo As Dictionary(Of String, Integer)
Get
public:
property Dictionary<String^, int>^ CardCounterInfo {
Dictionary<String^, int>^ get ();
}
Property Value
Type:
DictionaryString,
Int32Remarks
For ZMotif and ZC Series printers only.
The returned card counter names and values will vary by printer model.
- Key = card counter name.
- Value = card counter value.
See Also