GXDN: Gurux Developer Network
DeviceStatistic Enumeration
NamespacesGurux.DeviceDeviceStatistic
Determines the statistics of a GXDevice. The enumeration tells, what statistic value is in question.
Members
Member Description
All
Retrieve all statistic values. Integer value=0.
If not using .NET Framework, use constant GX_DEVICE_STATISTIC_ALL.

ExecutionAverage
Average time that value read or write takes, in ms. Integer value=9.
If not using .NET Framework, use constant

WriteFail
Properties failed write count. Integer value=8.
If not using .NET Framework, use constant

ReadFail
Properties failed read count. Integer value=7.
If not using .NET Framework, use constant

WriteCount
Properties write count. Integer value=6.
If not using .NET Framework, use constant

ReadCount
Properties read count. Integer value=5.
If not using .NET Framework, use constant

MonitorEndtime
The latest monitoring end time of the device. Integer value=4.
If not using .NET Framework, use constant

MonitorStarttime
The latest monitoring start time of the device. Integer value=3.
If not using .NET Framework, use constant

DisconnectTime
The latest disconnection time of the device. Integer value=2.
If not using .NET Framework, use constant

ConnectTime
The latest connection time of the device. Integer value=1.
If not using .NET Framework, use constant

Remarks
If not using .NET Framework, enumeration is GX_DEVICE_STATISTIC.
See Also

Assembly: Gurux.Device (Module: Gurux.Device) Version: 5.0.0.1