|
reSIProcate/rutil
9694
|

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::Data & | resip::toData (const TransportType typeEnum) |
| const resip::Data & | resip::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] |
1.7.5.1