GXDN: Gurux Developer Network
UpdateAction Enumeration
NamespacesGurux.DeviceUpdateAction
Determines, what is done, when the maximum size of history (maximum amount of actions) is reached.
Members
Member Description
Clear
The whole history is cleared. Integer value=2.
If not using .NET Framework, use constant GX_UPDATE_ACTION_CLEAR.

Oldest
The oldest action of the history is replaced. Integer value=1.
If not using .NET Framework, use constant GX_UPDATE_ACTION_OLDEST.

Remarks
If not using .NET Framework, enumeration is GX_UPDATE_ACTION.

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