3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/cricket/StunAttribute.h"
7#include "mc/external/cricket/StunAttributeValueType.h"
26 StunUInt32Attribute& operator=(StunUInt32Attribute
const&);
27 StunUInt32Attribute(StunUInt32Attribute
const&);
28 StunUInt32Attribute();
33 virtual ::cricket::StunAttributeValueType value_type()
const ;
39 virtual ~StunUInt32Attribute() =
default;
51 MCNAPI
void*
$ctor(ushort type, uint value);
Definition StunAttribute.h:20
MCAPI bool $Write(::rtc::ByteBufferWriter *buf) const
MCAPI bool $Read(::rtc::ByteBufferReader *buf)
static MCAPI void ** $vftable()
MCAPI void * $ctor(ushort type, uint value)
MCAPI::cricket::StunAttributeValueType $value_type() const
MCAPI StunUInt32Attribute(ushort type, uint value)
Definition ByteBufferReader.h:12
Definition ByteBufferWriter.h:11