This function constructs new empty packet of type type. type argument is of type YwPacketType, defined as follows:
typedef enum {
yw_call_packet = 'c',
yw_void_call_packet = 'v',
yw_reply_packet = 'r',
yw_taglist_packet = 't'
} YwPacketType;
|