HP-UX C SIP Stack Message Layer Reference Guide (January 2008)
770 HP C SIP Stack Message Layer Reference Guide
Get and Set Functions
RvSipViaHeaderGetTransport()
RvSipViaHeaderGetTransport()
DESCRIPTION
Gets the transport protocol enumeration from the Via header.
SYNTAX
RvSipTransport RvSipViaHeaderGetTransport(
IN RvSipViaHeaderHandle hViaHeader);
PARAMETERS
hViaHeader
The handle to the Via header.
RETURN VALUES
Returns the transport protocol enumeration of the Via header.
REMARK
If this function returns RVSIP_TRANSPORT_OTHER, call
RvSipViaHeaderGetStrTransport() to get the transport protocol in a string
format.