Gets the number of ticks counted since last reset.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public long TotalCount { get; }
Visual Basic (Declaration)
Public ReadOnly Property TotalCount As Long
Visual C++
public:
property long long TotalCount {
	long long get ();
}

Exceptions

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Phidget is not opened and attached.

See Also