3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/cricket/StunAttribute.h"
7#include "mc/external/cricket/StunAttributeValueType.h"
27 StunAddressAttribute& operator=(StunAddressAttribute
const&);
28 StunAddressAttribute(StunAddressAttribute
const&);
29 StunAddressAttribute();
34 virtual ::cricket::StunAttributeValueType value_type()
const ;
40 virtual ~StunAddressAttribute() =
default;
54 MCNAPI
void*
$ctor(ushort type, ushort length);
MCAPI bool $Read(::rtc::ByteBufferReader *buf)
MCAPI void * $ctor(ushort type, ushort length)
static MCAPI void ** $vftable()
MCAPI void SetAddress(::rtc::SocketAddress const &addr)
MCAPI StunAddressAttribute(ushort type, ushort length)
MCAPI::cricket::StunAttributeValueType $value_type() const
MCAPI bool $Write(::rtc::ByteBufferWriter *buf) const
Definition StunAttribute.h:20
Definition ByteBufferReader.h:12
Definition ByteBufferWriter.h:11
Definition SocketAddress.h:12