#include <stun.h>
◆ StunErrorCodeAttribute() [1/4]
cricket::StunErrorCodeAttribute::StunErrorCodeAttribute |
( |
uint16_t |
type, |
|
|
int |
code, |
|
|
const std::string & |
reason |
|
) |
| |
◆ StunErrorCodeAttribute() [2/4]
cricket::StunErrorCodeAttribute::StunErrorCodeAttribute |
( |
uint16_t |
type, |
|
|
uint16_t |
length |
|
) |
| |
◆ ~StunErrorCodeAttribute() [1/2]
cricket::StunErrorCodeAttribute::~StunErrorCodeAttribute |
( |
| ) |
|
◆ StunErrorCodeAttribute() [3/4]
cricket::StunErrorCodeAttribute::StunErrorCodeAttribute |
( |
uint16_t |
type, |
|
|
int |
code, |
|
|
const std::string & |
reason |
|
) |
| |
◆ StunErrorCodeAttribute() [4/4]
cricket::StunErrorCodeAttribute::StunErrorCodeAttribute |
( |
uint16_t |
type, |
|
|
uint16_t |
length |
|
) |
| |
◆ ~StunErrorCodeAttribute() [2/2]
cricket::StunErrorCodeAttribute::~StunErrorCodeAttribute |
( |
| ) |
|
◆ code() [1/2]
int cricket::StunErrorCodeAttribute::code |
( |
| ) |
const |
◆ code() [2/2]
int cricket::StunErrorCodeAttribute::code |
( |
| ) |
const |
◆ eclass() [1/2]
int cricket::StunErrorCodeAttribute::eclass |
( |
| ) |
const |
|
inline |
◆ eclass() [2/2]
int cricket::StunErrorCodeAttribute::eclass |
( |
| ) |
const |
|
inline |
◆ number() [1/2]
int cricket::StunErrorCodeAttribute::number |
( |
| ) |
const |
|
inline |
◆ number() [2/2]
int cricket::StunErrorCodeAttribute::number |
( |
| ) |
const |
|
inline |
◆ Read() [1/2]
◆ Read() [2/2]
◆ reason() [1/2]
const std::string& cricket::StunErrorCodeAttribute::reason |
( |
| ) |
const |
|
inline |
◆ reason() [2/2]
const std::string& cricket::StunErrorCodeAttribute::reason |
( |
| ) |
const |
|
inline |
◆ SetClass() [1/2]
void cricket::StunErrorCodeAttribute::SetClass |
( |
uint8_t |
eclass | ) |
|
|
inline |
◆ SetClass() [2/2]
void cricket::StunErrorCodeAttribute::SetClass |
( |
uint8_t |
eclass | ) |
|
|
inline |
◆ SetCode() [1/2]
void cricket::StunErrorCodeAttribute::SetCode |
( |
int |
code | ) |
|
◆ SetCode() [2/2]
void cricket::StunErrorCodeAttribute::SetCode |
( |
int |
code | ) |
|
◆ SetNumber() [1/2]
void cricket::StunErrorCodeAttribute::SetNumber |
( |
uint8_t |
number | ) |
|
|
inline |
◆ SetNumber() [2/2]
void cricket::StunErrorCodeAttribute::SetNumber |
( |
uint8_t |
number | ) |
|
|
inline |
◆ SetReason() [1/2]
void cricket::StunErrorCodeAttribute::SetReason |
( |
const std::string & |
reason | ) |
|
◆ SetReason() [2/2]
void cricket::StunErrorCodeAttribute::SetReason |
( |
const std::string & |
reason | ) |
|
◆ value_type() [1/2]
◆ value_type() [2/2]
◆ Write() [1/2]
◆ Write() [2/2]
◆ MIN_SIZE
static const uint16_t cricket::StunErrorCodeAttribute::MIN_SIZE = 4 |
|
static |
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/p2p/base/stun.h
- Source/ThirdParty/libwebrtc/Source/webrtc/p2p/base/stun.cc