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