#include <ab.h>
Data Fields | |
unsigned char * | MSG |
The pointer to the actual message contents. | |
unsigned char | LENGTH |
sem_t | sem_ack |
mess * | NEXT |
Linked list: points to the next element. |
Definition at line 154 of file ab.h.
|
The message length, limited to 255 characters |
|
For use with synchronous message sending, this semaphore will be posted when the message is acknowledged |