#include <hdhrchannel.h>
Definition at line 39 of file hdhomerun_control.c.
Public Attributes | |
| uint32_t | desired_device_id |
| uint32_t | desired_device_ip |
| uint32_t | actual_device_id |
| uint32_t | actual_device_ip |
| int | sock |
| struct hdhomerun_debug_t * | dbg |
| struct hdhomerun_pkt_t | tx_pkt |
| struct hdhomerun_pkt_t | rx_pkt |
| int | dummy |
Definition at line 40 of file hdhomerun_control.c.
Referenced by hdhomerun_control_connect_sock(), hdhomerun_control_get_device_id_requested(), and hdhomerun_control_set_device().
Definition at line 41 of file hdhomerun_control.c.
Referenced by hdhomerun_control_connect_sock(), hdhomerun_control_get_device_ip_requested(), and hdhomerun_control_set_device().
Definition at line 42 of file hdhomerun_control.c.
Referenced by hdhomerun_control_connect_sock(), hdhomerun_control_get_device_id(), and hdhomerun_control_set_device().
Definition at line 43 of file hdhomerun_control.c.
Referenced by hdhomerun_control_connect_sock(), hdhomerun_control_get_device_ip(), and hdhomerun_control_set_device().
Definition at line 44 of file hdhomerun_control.c.
Referenced by hdhomerun_control_close_sock(), hdhomerun_control_connect_sock(), hdhomerun_control_create(), hdhomerun_control_get_local_addr(), hdhomerun_control_recv_sock(), hdhomerun_control_send_recv_internal(), and hdhomerun_control_send_sock().
struct hdhomerun_debug_t* hdhomerun_control_sock_t::dbg [read] |
Definition at line 45 of file hdhomerun_control.c.
Referenced by hdhomerun_control_connect_sock(), hdhomerun_control_create(), hdhomerun_control_get_device_id(), hdhomerun_control_get_device_ip(), hdhomerun_control_get_local_addr(), hdhomerun_control_get_set(), hdhomerun_control_recv_sock(), hdhomerun_control_send_recv_internal(), hdhomerun_control_send_sock(), and hdhomerun_control_upgrade().
struct hdhomerun_pkt_t hdhomerun_control_sock_t::tx_pkt [read] |
Definition at line 46 of file hdhomerun_control.c.
Referenced by hdhomerun_control_get_set(), and hdhomerun_control_upgrade().
struct hdhomerun_pkt_t hdhomerun_control_sock_t::rx_pkt [read] |
Definition at line 47 of file hdhomerun_control.c.
Referenced by hdhomerun_control_get_set(), and hdhomerun_control_upgrade().
Definition at line 20 of file hdhrchannel.h.
1.5.5