GXDN: Gurux Developer Network
TableStatistic Enumeration
NamespacesGurux.DeviceTableStatistic
Determines the statistics of a GXTable. 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_TABLE_STATISTIC_ALL.

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

ExecutionTime
The time that the latest value read or write took, in ms. Integer value=5.
If not using .NET Framework, use constant GX_TABLE_STATISTIC_VALUE_EXECUTION_TIME.

WriteFail
Amount of failed write commands. Integer value=4.
If not using .NET Framework, use constant GX_TABLE_STATISTIC_VALUE_WRITE_FAIL_COUNT.

ReadFail
Amount of failed read commands. Integer value=3.
If not using .NET Framework, use constant GX_TABLE_STATISTIC_VALUE_READ_FAIL_COUNT.

WriteCount
Amount of executed write commands. Integer value=2.
If not using .NET Framework, use constant GX_TABLE_STATISTIC_VALUE_WRITE_COUNT.

ReadCount
Amount of executed read commands. Integer value=1.
If not using .NET Framework, use constant GX_TABLE_STATISTIC_VALUE_READ_COUNT.

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

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