MarkCounterAPIGetAndResetValue Method |
Gets the current value of the referenced mark counter from the card, and then resets the counter to zero.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public int GetAndResetValue(
string name
)
Parameters
- name String
- The mark counter whose value should be retrieved before being reset.
Return Value
Int32The counter's current value before reset.
See Also