HP-UX C SIP Stack Message Layer Reference Guide (January 2008)

506 HP C SIP Stack Message Layer Reference Guide
Control Functions
RvSipMinSEHeaderParseValue()
RvSipMinSEHeaderParseValue()
DESCRIPTION
Parses a SIP textual Min-SE header value into an Min-SE header. A SIP header
has the following grammer: “header-name:header-value”. This function takes
the header-value part as a parameter and parses it into the supplied object. All
the textual parameters are placed inside the object.
Note Before performing the parse operation, the SIP Stack resets all the header
parameters. Therefore, if the parse function fails, you will not be able to get the
previous header parameter values.
Note Use the RvSipMinSEHeaderParse() function to parse strings that also
include the header-name.
SYNTAX
RvStatus RvSipMinSEHeaderParseValue(
IN RvSipMinSEHeaderHandle hHeader,
IN RvChar* buffer);
PARAMETERS
hHeader
The handle to the Min-SE header.
buffer
The buffer containing a textual Min-SE header value.
RETURN VALUES
Returns RvStatus.