Click or drag to resize

MarkCounterAPIGetStoredNames Method

Returns a list of all mark counters that are currently stored on the card's local storage.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public List<string> GetStoredNames()

Return Value

ListString
List of all stored mark counters.
See Also