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

414 HP C SIP Stack Message Layer Reference Guide
Get and Set Functions
RvSipCSeqHeaderGetMethodType()
RvSipCSeqHeaderGetMethodType()
DESCRIPTION
Gets the method type enumeration from the CSeq header.
SYNTAX
RvSipMethodType RvSipCSeqHeaderGetMethodType(
IN RvSipCSeqHeaderHandle hHeader);
PARAMETERS
hHeader
The handle to the CSeq header.
RETURN VALUES
Returns the method type enumeration from the CSeq header.
REMARKS
If this function returns RVSIP_METHOD_OTHER, call
RvSipCSeqHeaderGetStrMethodType() to get the actual method in a string
format.