MythTV
master
|
#include <libmythui/devices/lirc_client.h>
Public Attributes | |
char * | remote |
char * | button |
struct lirc_code * | next |
Definition at line 53 of file lirc_client.h.
char* lirc_code::remote |
Definition at line 55 of file lirc_client.h.
Referenced by lirc_code2char_internal(), lirc_freeconfigentries(), lirc_iscode(), and lirc_readconfig_only_internal().
char* lirc_code::button |
Definition at line 56 of file lirc_client.h.
Referenced by lirc_code2char_internal(), lirc_freeconfigentries(), and lirc_iscode().
struct lirc_code* lirc_code::next |
Definition at line 57 of file lirc_client.h.
Referenced by lirc_freeconfigentries(), lirc_iscode(), and lirc_readconfig_only_internal().