3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/cricket/StunAddressAttribute.h"
7#include "mc/external/cricket/StunAttributeValueType.h"
29 StunXorAddressAttribute& operator=(StunXorAddressAttribute
const&);
30 StunXorAddressAttribute(StunXorAddressAttribute
const&);
31 StunXorAddressAttribute();
36 virtual ::cricket::StunAttributeValueType value_type()
const ;
44 virtual ~StunXorAddressAttribute() =
default;
Definition StunAddressAttribute.h:18
Definition StunMessage.h:23
MCAPI::cricket::StunAttributeValueType $value_type() const
MCAPI StunXorAddressAttribute(ushort type, ushort length, ::cricket::StunMessage *owner)
static MCAPI void ** $vftable()
MCAPI void * $ctor(ushort type, ::rtc::SocketAddress const &addr)
MCAPI bool $Read(::rtc::ByteBufferReader *buf)
MCAPI StunXorAddressAttribute(ushort type, ::rtc::SocketAddress const &addr)
MCAPI::rtc::IPAddress GetXoredIP() const
MCAPI void * $ctor(ushort type, ushort length, ::cricket::StunMessage *owner)
MCAPI bool $Write(::rtc::ByteBufferWriter *buf) const
MCAPI void $SetOwner(::cricket::StunMessage *owner)
Definition ByteBufferReader.h:12
Definition ByteBufferWriter.h:11
Definition SocketAddress.h:12