HP-UX C SIP Stack Message Layer Reference Guide (January 2008)
Message Object Functions 15
Get and Set Functions
RvSipMsgGetMsgType()
RvSipMsgGetMsgType()
DESCRIPTION
Gets the message type: request, response or undefined.
SYNTAX
RvSipMsgType RvSipMsgGetMsgType(
IN RvSipMsgHandle hSipMsg);
PARAMETERS
hSipMsg
The handle to the message.
RETURN VALUES
Returns the enumeration of the message type. For more information, see
Message Type Definitions.