#include <message.h>
Public Member Functions | |
wxNetMessage (const wxJSONValue &val) | |
wxNetMessage (wxGISNetCommand nNetCmd=enumGISNetCmdUnk, wxGISNetCommandState nNetCmdState=enumGISNetCmdStUnk, short nPriority=enumGISPriorityNormal, long nId=wxNOT_FOUND) | |
bool | IsOk () const |
bool | operator== (const wxNetMessage &obj) const |
bool | operator!= (const wxNetMessage &obj) const |
bool | operator< (const wxNetMessage &obj) const |
short | GetPriority (void) const |
void | SetPriority (short nPriority) |
wxGISNetCommand | GetCommand (void) const |
void | SetCommand (wxGISNetCommand nCmd) |
wxGISNetCommandState | GetState (void) const |
void | SetState (wxGISNetCommandState nState) |
long | GetId (void) const |
void | SetId (long nId) |
wxString | GetMessage (void) const |
void | SetMessage (const wxString &sMsg) |
void | SetValue (wxJSONValue val) |
wxJSONValue | GetValue (void) const |
wxJSONValue | GetInternalValue () const |
wxNetMessage | Clone () const |
Protected Member Functions | |
virtual wxObjectRefData * | CreateRefData () const |
virtual wxObjectRefData * | CloneRefData (const wxObjectRefData *data) const |
A network message class. Used in messaging between server and client