27 virtual std::string getStrategy();
28 virtual void setStrategy(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
static std::string theFullName
Definition: enableStrategy.h:38
Defines the base class for all messages that are sent to and from C#.
This is the DtMessage class.
Definition: message.h:20
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: enableStrategy.h:17
std::string myStrategy
Definition: enableStrategy.h:40
virtual void deserialize(DtStreamReader &reader)