Available packet statuses. Note: Packet status describes the status of a sent, or
received packet.
| Member | Description |
|---|---|
| DeviceError |
Device returned an error. Integer value=3.
If not using .NET Framework, use constant GX_STATE_DEVICE_ERROR. |
| SendFailed |
GXClient failed to send a packet. Integer value=2.
If not using .NET Framework, use constant GX_STATE_SEND_FAILED. |
| Ok |
GXClient received a correct packet from the device. Integer value=0.
If not using .NET Framework, use constant GX_STATE_OK. |
| Timeout |
GXClient failed to receive a response packet in given time. Integer value=1.
If not using .NET Framework, use constant GX_STATE_TIMEOUT. |
If not using .NET Framework, enumeration is GX_STATE.
Assembly: Gurux.Common (Module: Gurux.Common) Version: 5.0.0.1