HP-UX C SIP Stack Message Layer Reference Guide (January 2008)
Message Object Functions 49
Get and Set Functions
RvSipMsgSetCSeqHeader()
RvSipMsgSetCSeqHeader()
DESCRIPTION
Sets a CSeq header in the message. If there is no CSeq header in the message,
the function constructs one.
SYNTAX
RvStatus RvSipMsgSetCSeqHeader(
IN RvSipMsgHandle hSipMsg,
IN RvSipCSeqHeaderHandle hCSeqHeader);
PARAMETERS
hSipMsg
The handle to the message.
hCSeqHeader
The handle to the Cseq header to be set. If NULL value is supplied, the existing
CSeq header is removed from the message.
RETURN VALUES
Returns RvStatus.