3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/cricket/StunAddressAttribute.h"
7#include "mc/external/cricket/StunAttributeValueType.h"
11namespace cricket {
class StunMessage; }
12namespace rtc {
class ByteBufferReader; }
13namespace rtc {
class ByteBufferWriter; }
14namespace rtc {
class IPAddress; }
15namespace rtc {
class SocketAddress; }
37 virtual ::cricket::StunAttributeValueType value_type()
const ;
Definition StunAddressAttribute.h:18
Definition StunMessage.h:23
Definition StunXorAddressAttribute.h:20
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