HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
102 HP C SIP Stack Message Layer Reference Guide
SIP URL: Get and Set Functions
RvSipAddrUrlGetMethod()
RvSipAddrUrlGetMethod()
DESCRIPTION
Gets the method type enumeration from the URL address. If this function
returns RVSIP_METHOD_OTHER, call RvSipAddrUrlGetStrMethod() to get
the actual method in a string format.
SYNTAX
RvSipMethodType RvSipAddrUrlGetMethod(
IN RvSipAddressHandle hSipAddr);
PARAMETERS
hSipAddr
The handle to the URL address.
RETURN VALUES
Returns the method type enumeration from the URL address.