libosmo-e1d 0.7.1
Osmocom e1d client library
|
Internal representation of client program connected to the CTL socket. More...
Data Fields | |
void * | ctx |
talloc context | |
struct osmo_fd | ctl_fd |
osmo-fd wrapped unix domain (CTL) socket to @osmo-e1d@ | |
osmo_e1dp_event_cb_t | event_cb |
callback function for incoming events |
Internal representation of client program connected to the CTL socket.
struct osmo_fd osmo_e1dp_client::ctl_fd |
osmo-fd wrapped unix domain (CTL) socket to @osmo-e1d@
Referenced by osmo_e1dp_client_create(), and osmo_e1dp_client_destroy().
void* osmo_e1dp_client::ctx |
talloc context
Referenced by osmo_e1dp_client_create(), osmo_e1dp_client_intf_query(), osmo_e1dp_client_line_query(), and osmo_e1dp_client_ts_query().
osmo_e1dp_event_cb_t osmo_e1dp_client::event_cb |
callback function for incoming events
Referenced by osmo_e1dp_client_event_register().