|
LIRC libraries
Linux Infrared Remote Control
|
State while recording buttons, privates besides commented. More...
#include <irrecord.h>
Public Attributes | |
| struct ir_ncode | ncode |
| Recorded button, valid on STS_BTN_BUTTON_DONE. | |
| char | message [128] |
| Error message, valid on STS_BTN_*_ERROR. | |
| int | retval |
| char | buffer [BUTTON] |
| char * | string |
| lirc_t | data |
| lirc_t | sum |
| unsigned int | count |
| int | flag |
| int | no_data |
| int | started_as_root |
State while recording buttons, privates besides commented.
Definition at line 236 of file irrecord.h.
| char button_state::buffer[BUTTON] |
Definition at line 242 of file irrecord.h.
| unsigned int button_state::count |
Definition at line 246 of file irrecord.h.
| lirc_t button_state::data |
Definition at line 244 of file irrecord.h.
| int button_state::flag |
Definition at line 247 of file irrecord.h.
| char button_state::message[128] |
Error message, valid on STS_BTN_*_ERROR.
Definition at line 240 of file irrecord.h.
| struct ir_ncode button_state::ncode |
Recorded button, valid on STS_BTN_BUTTON_DONE.
Definition at line 238 of file irrecord.h.
| int button_state::no_data |
Definition at line 248 of file irrecord.h.
| int button_state::retval |
Definition at line 241 of file irrecord.h.
| int button_state::started_as_root |
Definition at line 249 of file irrecord.h.
| char* button_state::string |
Definition at line 243 of file irrecord.h.
| lirc_t button_state::sum |
Definition at line 245 of file irrecord.h.