HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
RSeq Header Functions 697
Control Functions
RvSipRSeqHeaderParse()
RvSipRSeqHeaderParse()
DESCRIPTION
Parses a SIP textual RSeq header, such as “RSeq:43”, into an RSeq header. 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.
SYNTAX
RvStatus RvSipRSeqHeaderParse(
IN RvSipRSeqHeaderHandle hHeader,
IN RvChar* buffer);
PARAMETERS
hHeader
The handle to the RSeq header.
buffer
The buffer containing a textual RSeq header.
RETURN VALUES
Returns RvStatus.