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