CLIENTWAIT
Blocked client structure
Synopsis:
#include <hw/libcan.h>
typedef struct client_wait_entry
{
struct client_wait_entry *next;
rcvid_t rcvid;
} CLIENTWAIT;Description:
The CLIENTWAIT structure represents a client of the CAN driver waiting for a response.
The members include:
- next
A pointer to the next blocked client.
- rcvid
A blocked client's rcvid.
Page updated:
