27 virtual std::string getId();
28 virtual void setId(std::string val);
34 static DtMessage* decode(
unsigned char* buffer,
int length);
35 static std::string theMessageName();
static std::string theFullName
Definition: entityRemoved.h:38
virtual int messageSize()
this function needs to be in each derived class for decoding
#define MANAGEDINTERFACE_DLL
Definition: plugin.h:15
std::string myId
Definition: entityRemoved.h:40
Defines the base class for all messages that are sent to and from C#.
This is the DtMessage class.
Definition: message.h:20
Definition: entityRemoved.h:17
Instances of DtStreamWriter encode values into a byte array.
Definition: byteStream.h:74
Instances of DtStreamReader decode values from a byte array.
Definition: byteStream.h:31
virtual void serialize(DtStreamWriter &writer)
virtual void deserialize(DtStreamReader &reader)