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. More... | |
char | buffer [PACKET_SIZE+1] |
Reply IO buffer. More... | |
char | reply [PACKET_SIZE+1] |
Command reply payload. More... | |
int | head |
First free buffer index. More... | |
int | reply_to_stdout |
If true, write reply on stdout. More... | |
char * | next |
Next newline-separated word in buffer. More... | |
The data needed to run a command on remote server.
Definition at line 188 of file lirc_client.h.
char lirc_cmd_ctx::buffer[PACKET_SIZE+1] |
Reply IO buffer.
Definition at line 190 of file lirc_client.h.
int lirc_cmd_ctx::head |
First free buffer index.
Definition at line 192 of file lirc_client.h.
char* lirc_cmd_ctx::next |
Next newline-separated word in buffer.
Definition at line 194 of file lirc_client.h.
char lirc_cmd_ctx::packet[PACKET_SIZE+1] |
The packet to send.
Definition at line 189 of file lirc_client.h.
char lirc_cmd_ctx::reply[PACKET_SIZE+1] |
Command reply payload.
Definition at line 191 of file lirc_client.h.
int lirc_cmd_ctx::reply_to_stdout |
If true, write reply on stdout.
Definition at line 193 of file lirc_client.h.