Gets the number of ticks counted since last reset.
Namespace:
PhidgetsAssembly: 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
| Exception | Condition |
|---|---|
| Phidgets..::.PhidgetException | If this Phidget is not opened and attached. |