27 virtual std::string getHostGlobalIdentifier();
28 virtual void setHostGlobalIdentifier(std::string val);
30 virtual unsigned short getEmbeddedIndex();
31 virtual void setEmbeddedIndex(
unsigned short val);
37 static DtMessage* decode(
unsigned char* buffer,
int length);
38 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 myHostGlobalIdentifier
Definition: receiverRemoved.h:43
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: receiverRemoved.h:41
Definition: receiverRemoved.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)
unsigned short myEmbeddedIndex
Definition: receiverRemoved.h:44
virtual void deserialize(DtStreamReader &reader)