iso14229 0.10.0
ISO14229-1 (UDS) C Library
Loading...
Searching...
No Matches
valid values of UDSClient_t::state

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

Detailed Description

Macro Definition Documentation

◆ STATE_AWAIT_RESPONSE

#define STATE_AWAIT_RESPONSE   3

request sent, awaiting server response

Definition at line 52 of file iso14229.c.

◆ STATE_AWAIT_SEND_COMPLETE

#define STATE_AWAIT_SEND_COMPLETE   2

waiting for the transport to finish sending

Definition at line 51 of file iso14229.c.

◆ STATE_IDLE

#define STATE_IDLE   0

no request in progress

Definition at line 49 of file iso14229.c.

◆ STATE_SENDING

#define STATE_SENDING   1

request is being transmitted

Definition at line 50 of file iso14229.c.