const uint32_t getMessageId()
Returns associated message id (udp server only)
const RequestType getRequestType()
Returns the request type.
const UDPPacket * messagePacket
static const uint32_t MESSAGE_ID_UNSUPPORTED
static const uint8_t MESSAGE_RETRIES_NONE
const UDPPacket * getMessagePacket()
Returns the associated request message packet.
const string & getCustomEvent()
void * getObject()
Returns the associated object.
~ServerRequest()
Public destructor.
@ REQUESTTYPE_GROUP_CUSTOM
@ REQUESTTYPE_GROUP_CLOSE
@ REQUESTTYPE_CLIENT_INIT
@ REQUESTTYPE_CLIENT_CUSTOM
@ REQUESTTYPE_CLIENT_CLOSE
@ REQUESTTYPE_CLIENT_REQUEST
const uint8_t getMessageRetries()
Returns number of message retries (udp server only)
static const string EVENT_CUSTOM_NONE
#define FORBID_CLASS_COPY(CLASS)