#include <iaxclient.h>
Data Fields | |
int | type |
The type of text event. | |
int | callNo |
The call the text is associated with or -1 if general text. | |
char | message [IAXC_EVENT_BUFSIZ] |
The UTF8 encoded text of the message. |
Definition at line 198 of file iaxclient.h.
The type of text event.
Valid values are from the IAXC_TEXT_TYPE_{} family of defines.
Definition at line 206 of file iaxclient.h.