LIRC libraries
LinuxInfraredRemoteControl
|
#include <lirc_client.h>
Data Fields | |
char | packet [PACKET_SIZE+1] |
char | buffer [PACKET_SIZE+1] |
char | reply [PACKET_SIZE+1] |
int | head |
int | reply_to_stdout |
char * | next |
The data needed to run a command on remote server.
Definition at line 191 of file lirc_client.h.
char lirc_cmd_ctx::buffer[PACKET_SIZE+1] |
Reply IO buffer.
Definition at line 193 of file lirc_client.h.
int lirc_cmd_ctx::head |
First free buffer index.
Definition at line 195 of file lirc_client.h.
char* lirc_cmd_ctx::next |
Next newline-separated word in buffer.
Definition at line 197 of file lirc_client.h.
char lirc_cmd_ctx::packet[PACKET_SIZE+1] |
The packet to send.
Definition at line 192 of file lirc_client.h.
char lirc_cmd_ctx::reply[PACKET_SIZE+1] |
Command reply payload.
Definition at line 194 of file lirc_client.h.
int lirc_cmd_ctx::reply_to_stdout |
If true, write reply on stdout.
Definition at line 196 of file lirc_client.h.