3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/cricket/StunAttribute.h"
7#include "mc/external/cricket/StunAttributeValueType.h"
26 StunByteStringAttribute& operator=(StunByteStringAttribute
const&);
27 StunByteStringAttribute(StunByteStringAttribute
const&);
28 StunByteStringAttribute();
33 virtual ~StunByteStringAttribute() =
default;
35 virtual ::cricket::StunAttributeValueType value_type()
const ;
55 MCNAPI
void*
$ctor(ushort type);
57 MCNAPI
void*
$ctor(ushort type, ::std::string_view str);
59 MCNAPI
void*
$ctor(ushort type,
void const* bytes, uint64 length);
Definition StunAttribute.h:20
MCAPI StunByteStringAttribute(ushort type, ::std::string_view str)
MCAPI void * $ctor(ushort type, void const *bytes, uint64 length)
MCAPI void * $ctor(ushort type, ::std::string_view str)
MCAPI bool $Write(::rtc::ByteBufferWriter *buf) const
static MCAPI void ** $vftable()
MCAPI bool $Read(::rtc::ByteBufferReader *buf)
MCAPI StunByteStringAttribute(ushort type, void const *bytes, uint64 length)
MCAPI::cricket::StunAttributeValueType $value_type() const
MCAPI void * $ctor(ushort type)
MCAPI StunByteStringAttribute(ushort type)
Definition ByteBufferReader.h:12
Definition ByteBufferWriter.h:11