Click or drag to resize

MarkCounterAPI Class

Provides access to the Mark Counter facilities.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3.ClientLibSpice3API
    RAYLASE.SPICE3.ClientLibMarkCounterAPI

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public class MarkCounterAPI : Spice3API

The MarkCounterAPI type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleMarkTimeFormat Gets or sets the time and date format used for the MARK_TIME list command.
Top
Methods
 NameDescription
Public methodCreate Creates a mark counter with the specified name on the card.
Public methodDelete Deletes the referenced mark counter on the card.
Public methodExists Checks whether the referenced variable exists on the card.
Public methodGetAndResetValue Gets the current value of the referenced mark counter from the card, and then resets the counter to zero.
Public methodGetStoredNames Returns a list of all mark counters that are currently stored on the card's local storage.
Public methodGetValue Retrieves the current value of the referenced mark counter from the card.
Public methodLoad Loads the referenced mark counter from the card's local storage.
Public methodSetValue Sets the current value of the referenced mark counter on the card.
Public methodStore Stores the referenced mark counter in the card's local storage for later (re-)loading.
Top
See Also