GXDN: Gurux Developer Network
ResetType Enumeration
NamespacesGurux.DeviceResetType
Determines what is reset.
Members
Member Description
Protocol
Protocol is reset. Integer value=0x4.
If not using .NET Framework, use constant GX_RESET_TYPE_PROTOCOL.

Monitor
Monitoring is reset. Integer value=0x1.
If not using .NET Framework, use constant GX_RESET_TYPE_MONITOR.

TransactionWaittime
Transaction wait time is reset. Integer value=0x10.
If not using .NET Framework, use constant GX_RESET_TYPE_TRANSACTION_WAIT.

Transaction
Transaction is reset. Integer value=0x8.
If not using .NET Framework, use constant GX_RESET_TYPE_TRANSACTION.

Values
Values are reset. Integer value=0x2.
If not using .NET Framework, use constant GX_RESET_TYPE_VALUES.

None
Nothing is reset. Integer value=0x0.
If not using .NET Framework, use constant GX_RESET_TYPE_NONE.

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

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