3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/cricket/StunAttribute.h"
7#include "mc/external/cricket/StunAttributeValueType.h"
11namespace rtc {
class ByteBufferReader; }
12namespace rtc {
class ByteBufferWriter; }
39 virtual ::cricket::StunAttributeValueType value_type()
const ;
69 MCNAPI
void*
$ctor(ushort type, ushort length);
Definition StunAttribute.h:20
Definition StunErrorCodeAttribute.h:17
MCAPI bool $Write(::rtc::ByteBufferWriter *buf) const
MCAPI StunErrorCodeAttribute(ushort type, ushort length)
MCAPI bool $Read(::rtc::ByteBufferReader *buf)
static MCAPI void ** $vftable()
static MCAPI ushort const & MIN_SIZE()
MCAPI void SetCode(int code)
MCAPI::cricket::StunAttributeValueType $value_type() const
MCAPI void * $ctor(ushort type, ushort length)
MCAPI void SetReason(::std::string const &reason)
Definition ByteBufferReader.h:12
Definition ByteBufferWriter.h:11