15 #include <vlutil/vlNetTypes.h>
35 virtual unsigned int encodedLength();
36 virtual unsigned char*
encode(
unsigned char* buffer);
38 virtual void decode(
unsigned char* buffer,
unsigned int length);
40 OperatingMode operatingMode();
41 void setOperatingMode(OperatingMode val);
44 virtual void update();
Definition: DtOperatingModeElement.h:19
#define DT_DLL_VRVLOCALMS
Definition: vrvLocalMS.h:21
Definition: DtOperatingModeElement.h:28
Definition: DtOperatingModeElement.h:25
Definition: DtOperatingModeElement.h:27
DtNetU8 myOperatingMode
Definition: DtOperatingModeElement.h:46
Contains DLL export macros.
OperatingMode
Definition: DtOperatingModeElement.h:22
DT_DLL_readerWriter char * encode(const DtFilename &val, char *buffer)
Serializes the provided value val into buffer.
Definition: DtOperatingModeElement.h:26
Definition: DtOperatingModeElement.h:24
DT_DLL_readerWriter const char * decode(DtString &val, const char *buffer)
Decodes a value from buffer and places the result in val of the type specified by val...