reSIProcate/rutil  9694
Namespaces | Functions | Variables
TransportType.cxx File Reference
#include <string>
#include "rutil/TransportType.hxx"
Include dependency graph for TransportType.cxx:

Go to the source code of this file.

Namespaces

namespace  resip
 

dcm! -- add UnusedChecking(_enum) below;


Functions

TransportType resip::getTransportTypeFromName (const std::string &transportName)
 Function which translates a transport name to its corrisponding integer enum value.
TransportType resip::toTransportType (const resip::Data &transportName)
std::string resip::getTransportNameFromType (const TransportType typeEnum)
 Function which translates a transport enum value to its corrisponding name.
std::string resip::getTransportNameFromTypeLower (const TransportType typeEnum)
const resip::Dataresip::toData (const TransportType typeEnum)
const resip::Dataresip::toDataLower (const TransportType typeEnum)
bool resip::isReliable (TransportType type)
 Returns true if passed in transport type is a reliable transport protocol.

Variables

static const Data resip::transportNames [MAX_TRANSPORT]
static const Data resip::transportNamesLower [MAX_TRANSPORT]