![]() |
LIRC libraries
LinuxInfraredRemoteControl
|
The data needed to run a command on remote server. More...
#include <lirc_client.h>
Public Attributes | |
char | packet [PACKET_SIZE+1] |
The packet to send. | |
char | buffer [PACKET_SIZE+1] |
Reply IO buffer. | |
char | reply [PACKET_SIZE+1] |
Command reply payload. | |
int | head |
First free buffer index. | |
int | reply_to_stdout |
If true, write reply on stdout. | |
char * | next |
Next newline-separated word in buffer. | |
The data needed to run a command on remote server.
Definition at line 188 of file lirc_client.h.