HP-UX C SIP Stack Message Layer Reference Guide (January 2008)
Date Header Functions 429
Control Functions
RvSipDateHeaderParse()
RvSipDateHeaderParse()
DESCRIPTION
Parses a SIP textual Date header into a Date 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 RvSipDateHeaderParse(
IN RvSipDateHeaderHandle hHeader,
IN RvChar* strBuffer);
PARAMETERS
hHeader
A handle to the Date header.
buffer
The buffer containing a textual Date header.
RETURN VALUES
Returns RvStatus.
REMARKS
You must construct a Date header before using this function.