Babel
Epitech's C++ VoIP project
Namespaces | Enumerations
RFCCodes.hpp File Reference
#include <cstdint>
Include dependency graph for RFCCodes.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Babel
 

Enumerations

enum  Babel::RFCCodes : uint16_t {
  Babel::RFCCodes::Debug = 0b0100000000101111, Babel::RFCCodes::Login = 200, Babel::RFCCodes::ListUsers = 201, Babel::RFCCodes::CallUser = 202,
  Babel::RFCCodes::JoinCall = 203, Babel::RFCCodes::DenyCall = 204, Babel::RFCCodes::HangUp = 205, Babel::RFCCodes::Response = 300,
  Babel::RFCCodes::Called = 301, Babel::RFCCodes::UserJoinedCall = 302, Babel::RFCCodes::UserLeftCall = 303
}