#include <isdn_lib_intern.h>
Data Fields | |
enum event_e | event |
char * | info |
enum layer_e | layer |
unsigned long | misdn_msg |
msg_t *(* | msg_builder )(struct isdn_msg *msgs, struct misdn_bchannel *bc, int nt) |
void(* | msg_parser )(struct isdn_msg *msgs, msg_t *msg, struct misdn_bchannel *bc, int nt) |
Definition at line 37 of file isdn_lib_intern.h.
char* info |
Definition at line 45 of file isdn_lib_intern.h.
Referenced by isdn_get_info(), and isdn_msg_get_info().
Definition at line 40 of file isdn_lib_intern.h.
unsigned long misdn_msg |
msg_t*(* msg_builder)(struct isdn_msg *msgs, struct misdn_bchannel *bc, int nt) |
Referenced by isdn_msg_build_event().
void(* msg_parser)(struct isdn_msg *msgs, msg_t *msg, struct misdn_bchannel *bc, int nt) |
Referenced by isdn_msg_parse_event().