33 virtual unsigned int messageType()
const;
37 virtual unsigned char*
encode();
43 virtual int messageSize();
52 virtual void setRequestorId(
const std::string& requestor);
53 virtual std::string requestorId();
58 virtual void setRequestId(
int id);
59 virtual int requestId();
#define DT_DLL_DEBUGDRAWCONNECTOR
Definition: export.h:15
DtBaseMessage is the base class for all messages that can be sent between the server and the client...
Definition: vrfMessage.h:25
Instances of DtStreamReader decode values from a byte array this assumes the data in the byte stream ...
Definition: byteStream.h:27
unsigned int myMessageType
Definition: vrfMessage.h:65
Defines the stream read and writer for encoding and decoding messages from byte arrays.
DT_DLL_readerWriter char * encode(const DtFilename &val, char *buffer)
Serializes the provided value val into buffer. buffer must have at least the number of bytes returned...
Instances of DtStreamWriter encode values into a byte array this writes the data to the stream in lit...
Definition: byteStream.h:74
std::string myRequestorId
Definition: vrfMessage.h:66
** Copyright (c) 2020 MAK Technologies, Inc. ** All rights reserved.
int myRequestId
Definition: vrfMessage.h:67