Read-only property to get the current board uptime
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic long Uptime { get; }
Public ReadOnly Property Uptime As Long
Get
public:
property long long Uptime {
long long get ();
}
member Uptime : int64 with get
Return Value
Type:
Int64The board uptime, in ms, as a long
See Also