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