HP-UX C SIP Stack Message Layer Reference Guide (January 2008)
412 HP C SIP Stack Message Layer Reference Guide
Get and Set Functions
RvSipCSeqHeaderGetStep()
RvSipCSeqHeaderGetStep()
DESCRIPTION
Gets the step value from the CSeq header. This function has two prototype
definitions, according to the working mode that you choose. For more
information, see CSeq Working Modes.
S
IGNED CSEQ MODE SYNTAX
RvInt32 RvSipCSeqHeaderGetStep(
IN RvSipCSeqHeaderHandle hHeader);
PARAMETERS
hHeader
The handle to the CSeq header.
RETURN VALUES
Returns the step number value, or UNDEFINED if the step is not set.
U
NSIGNED CSEQ MODE SYNTAX
RvStatus RvSipCSeqHeaderGetStep(
IN RvSipCSeqHeaderHandle hHeader,
OUT RvUint32 *pStep);
PARAMETERS
hHeader
The handle to the CSeq header.
pStep
A pointer to an unsigned variable to be filled with the CSeq step value, only if
the CSeq header step is already initialized.
RETURN VALUES
Returns RvStatus.