HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
154 HP C SIP Stack Message Layer Reference Guide
Get and Set Functions
RvSipAllowHeaderGetMethodType()
RvSipAllowHeaderGetMethodType()
DESCRIPTION
Gets the method type enumeration from the Allow header.
SYNTAX
RvSipMethodType RvSipAllowHeaderGetMethodType(
IN RvSipAllowHeaderHandle hHeader);
PARAMETERS
hHeader
The handle to the Allow header.
RETURN VALUES
Returns the method type enumeration from the header.
REMARKS
If this function returns RVSIP_METHOD_OTHER, call
RvSipAllowHeaderGetStrMethodType(), to get the actual method in a string
format.