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

492 HP C SIP Stack Message Layer Reference Guide
Get and Set Functions
RvSipExpiresHeaderSetDeltaSeconds()
RvSipExpiresHeaderSetDeltaSeconds()
DESCRIPTION
Sets the delta seconds integer of the Expires header. Changes the Expires format
to delta-seconds. If the given delta-seconds is UNDEFINED, the delta-seconds
of the Expires header is removed and the format is changed to UNDEFINED.
SYNTAX
RvStatus RvSipExpiresHeaderSetDeltaSeconds(
IN RvSipExpiresHeaderHandle hHeader,
IN RvUint32 deltaSeconds);
PARAMETERS
hHeader
The handle to the Expires header.
deltaSeconds
The delta-seconds to be set to the Expires header.
RETURN VALUES
Returns RvStatus.