HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
Min-SE Header Functions 505
Control Functions
RvSipMinSEHeaderParse()
RvSipMinSEHeaderParse()
DESCRIPTION
Parses a SIP textual Min-SE header into a Min-SE header. An example of a SIP
textual Min-SE header is “Min-SE: 3600”. 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 RvSipMinSEHeaderParse(
IN RvSipMinSEHeaderHandle hHeader,
IN RvChar* strBuffer);
PARAMETERS
hHeader
A handle to the Min-SE header.
strBuffer
The buffer containing a textual Min-SE header.
RETURN VALUES
Returns RvStatus.