11 #ifndef _MprnIntMsg_h_ 12 #define _MprnIntMsg_h_ 18 #include "utl/UtlString.h" 42 const UtlString& namedResOriginator,
95 #endif // _MprnIntMsg_h_ void setValue(int value)
Set the value this notification reports.
Definition: MprnIntMsg.cpp:66
int mValue
Reported value.
Definition: MprnIntMsg.h:90
virtual OsMsg * createCopy() const
Create a copy of this msg object (which may be of a derived type)
Definition: MprnIntMsg.cpp:41
int getValue() const
Get the value this notification reports.
Definition: MprnIntMsg.cpp:73
Message notification object used to send an abstract integer.
Definition: MprnIntMsg.h:31
Definition: MpResNotificationMsg.h:31
MprnIntMsg & operator=(const MprnIntMsg &rhs)
Assignment operator.
Definition: MprnIntMsg.cpp:54
virtual ~MprnIntMsg()
Destructor.
Definition: MprnIntMsg.cpp:46
int MpConnectionID
Flowgraph connection ID.
Definition: MpTypes.h:56
RNMsgType
Phone set message types.
Definition: MpResNotificationMsg.h:37
#define MP_INVALID_CONNECTION_ID
Definition: MpTypes.h:57
MprnIntMsg(MpResNotificationMsg::RNMsgType msgType, const UtlString &namedResOriginator, int value, MpConnectionID connId=MP_INVALID_CONNECTION_ID, int streamId=-1)
Constructor.
Definition: MprnIntMsg.cpp:25