LIRC libraries
LinuxInfraredRemoteControl
lirc_cmd_ctx Struct Reference

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.
 

Detailed Description

The data needed to run a command on remote server.

Definition at line 188 of file lirc_client.h.


The documentation for this struct was generated from the following file: