3#include <Foundation/IO/MemoryStream.h>
17 PL_ALWAYS_INLINE plUInt32 GetSystemID()
const {
return m_uiSystemID; }
18 PL_ALWAYS_INLINE plUInt32 GetMessageID()
const {
return m_uiMsgID; }
20 PL_ALWAYS_INLINE
void SetMessageID(plUInt32 uiSystemID, plUInt32 uiMessageID)
22 m_uiSystemID = uiSystemID;
23 m_uiMsgID = uiMessageID;
31 plUInt32 m_uiSystemID;
Definition MemoryStream.h:145
A reader which can access a memory stream.
Definition MemoryStream.h:259
A writer which can access a memory stream.
Definition MemoryStream.h:313
Interface for binary in (read) streams.
Definition Stream.h:22
Interface for binary out (write) streams.
Definition Stream.h:107
Definition Telemetry.h:15
Definition TelemetryMessage.h:6