22#ifndef MYTHPROTOEVENT_H
23#define MYTHPROTOEVENT_H
25#include "mythprotobase.h"
27#define PROTO_EVENT_RCVBUF 64000
32 class ProtoEvent :
public ProtoBase
35 ProtoEvent(
const std::string& server,
unsigned port);
51 SignalStatusPtr RcvSignalStatus();
int RcvBackendMessage(unsigned timeout, EventMessage **msg)
Wait for new backend message from event connection.
This is the main namespace that encloses all public classes.