|
iso14229 0.10.0
ISO14229-1 (UDS) C Library
|
internal state machine states for a single client request More...
Macros | |
| #define | STATE_IDLE 0 |
| #define | STATE_SENDING 1 |
| #define | STATE_AWAIT_SEND_COMPLETE 2 |
| #define | STATE_AWAIT_RESPONSE 3 |
| #define STATE_AWAIT_RESPONSE 3 |
request sent, awaiting server response
Definition at line 52 of file iso14229.c.
| #define STATE_AWAIT_SEND_COMPLETE 2 |
waiting for the transport to finish sending
Definition at line 51 of file iso14229.c.
| #define STATE_IDLE 0 |
no request in progress
Definition at line 49 of file iso14229.c.
| #define STATE_SENDING 1 |
request is being transmitted
Definition at line 50 of file iso14229.c.