27 virtual std::string getEntityId();
28 virtual void setEntityId(std::string val);
30 virtual unsigned short getRadioId();
31 virtual void setRadioId(
unsigned short val);
33 virtual std::string getHostObjectId();
34 virtual void setHostObjectId(std::string val);
40 static DtMessage* decode(
unsigned char* buffer,
int length);
41 static std::string theMessageName();
Definition: receiverDiscovery.h:17
virtual int messageSize()
this function needs to be in each derived class for decoding
#define MANAGEDINTERFACE_DLL
Definition: plugin.h:15
Defines the base class for all messages that are sent to and from C#.
This is the DtMessage class.
Definition: message.h:20
std::string myEntityId
Definition: receiverDiscovery.h:46
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
std::string myHostObjectId
Definition: receiverDiscovery.h:48
virtual void serialize(DtStreamWriter &writer)
unsigned short myRadioId
Definition: receiverDiscovery.h:47
static std::string theFullName
Definition: receiverDiscovery.h:44
virtual void deserialize(DtStreamReader &reader)