#include <iax2.h>
Data Fields | |
| unsigned char | cmddata |
| unsigned char | data [0] |
| unsigned char | metacmd |
| unsigned short | zeros |
| unsigned char cmddata |
Command Data
Definition at line 254 of file iax2.h.
Referenced by send_trunk(), and socket_process_meta().
| unsigned char data[0] |
Definition at line 255 of file iax2.h.
Referenced by send_trunk(), and socket_process_meta().
| unsigned char metacmd |
Meta command
Definition at line 253 of file iax2.h.
Referenced by send_trunk(), socket_process(), and socket_process_meta().
| unsigned short zeros |
Zeros field -- must be zero
Definition at line 252 of file iax2.h.
Referenced by send_trunk(), and socket_process().