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