27 virtual std::string getHostEntityIdentifier();
28 virtual void setHostEntityIdentifier(std::string val);
34 static DtMessage* decode(
unsigned char* buffer,
int length);
35 static std::string theMessageName();
virtual int messageSize()
this function needs to be in each derived class for decoding
#define MANAGEDINTERFACE_DLL
Definition: plugin.h:15
std::string myHostEntityIdentifier
Definition: iffRemoved.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
static std::string theFullName
Definition: iffRemoved.h:38
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)
Definition: iffRemoved.h:17
virtual void deserialize(DtStreamReader &reader)