HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
Message Object Functions 9
Control Functions
RvSipMsgParse()
RvSipMsgParse()
DESCRIPTION
Parses a SIP textual message into a message. All the textual parameters are
placed inside the object. Note that the given message buffer must be ended with
two CRLFs. One CRLF must separate between headers in the message.
SYNTAX
RvStatus RvSipMsgParse(
IN RvSipMsgHandle hMsg,
IN RvChar* buffer,
IN RvInt32 bufferLen);
PARAMETERS
hMsg
The handle to the message.
buffer
The buffer containing a textual message ending with two CRLFs.
bufferLen
The length of the buffer.
RETURN VALUES
Returns RvStatus.