HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
Address Functions 105
SIP URL: Get and Set Functions
RvSipAddrUrlGetTransport()
RvSipAddrUrlGetTransport()
DESCRIPTION
Gets the transport protocol enumeration value from the URL object. If the
returned Transport enumeration is RVSIP_TRANSPORT_OTHER, you can get
the transport protocol string by calling RvSipAddrUrlGetStrTransport().
SYNTAX
RvSipTransport RvSipAddrUrlGetTransport(
IN RvSipAddressHandle hSipAddr);
PARAMETERS
hSipAddr
The handle to the URL address.
RETURN VALUES
Returns the transportType enumeration value.
REMARKS
If this function returns RVSIP_METHOD_OTHER, call
RvSipAddrUrlGetStrTransport().