LeviLamina
Loading...
Searching...
No Matches
webrtc::StunUInt16ListAttribute Class Reference
Inheritance diagram for webrtc::StunUInt16ListAttribute:

Public Member Functions

StunUInt16ListAttribute & operator= (StunUInt16ListAttribute const &)
 StunUInt16ListAttribute (StunUInt16ListAttribute const &)
virtual::webrtc::StunAttributeValueType value_type () const
virtual bool Read (::webrtc::ByteBufferReader *buf)
virtual bool Write (::webrtc::ByteBufferWriter *buf) const
MCAPI void AddType (ushort value)
MCAPI void AddTypeAtIndex (ushort index, ushort value)
MCAPI ushort GetType (int index) const
MCAPI uint64 Size () const
MCAPI StunUInt16ListAttribute (ushort type, ushort length)
MCAPI void * $ctor (ushort type, ushort length)
MCAPI::webrtc::StunAttributeValueType $value_type () const
MCAPI bool $Read (::webrtc::ByteBufferReader *buf)
MCAPI bool $Write (::webrtc::ByteBufferWriter *buf) const
virtual void SetOwner (::webrtc::StunMessage *owner)
MCAPI void $dtor ()
MCAPI void $SetOwner (::webrtc::StunMessage *owner)

Static Public Member Functions

static MCAPI void ** $vftable ()
static MCAPI ::webrtc::StunAttributeCreate (::webrtc::StunAttributeValueType value_type, ushort type, ushort length, ::webrtc::StunMessage *owner)
static MCAPI ::std::unique_ptr<::webrtc::StunErrorCodeAttributeCreateErrorCode ()
static MCAPI ::std::unique_ptr<::webrtc::StunUInt16ListAttributeCreateUInt16ListAttribute (ushort type)
static MCAPI ::std::unique_ptr<::webrtc::StunUInt32AttributeCreateUInt32 (ushort type)
static MCAPI ::std::unique_ptr<::webrtc::StunUInt16ListAttributeCreateUnknownAttributes ()

Public Attributes

::ll::UntypedStorage< 8, 8 > mUnk8505f4
::ll::UntypedStorage< 2, 2 > mUnkf43ab9
::ll::UntypedStorage< 2, 2 > mUnkaa2c03

Constructor & Destructor Documentation

◆ StunUInt16ListAttribute()

MCAPI webrtc::StunUInt16ListAttribute::StunUInt16ListAttribute ( ushort type,
ushort length )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

Member Function Documentation

◆ value_type()

virtual::webrtc::StunAttributeValueType webrtc::StunUInt16ListAttribute::value_type ( ) const
virtual

Implements webrtc::StunAttribute.

◆ Read()

virtual bool webrtc::StunUInt16ListAttribute::Read ( ::webrtc::ByteBufferReader * buf)
virtual

Implements webrtc::StunAttribute.

◆ Write()

virtual bool webrtc::StunUInt16ListAttribute::Write ( ::webrtc::ByteBufferWriter * buf) const
virtual

Implements webrtc::StunAttribute.

◆ AddType()

MCAPI void webrtc::StunUInt16ListAttribute::AddType ( ushort value)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ AddTypeAtIndex()

MCAPI void webrtc::StunUInt16ListAttribute::AddTypeAtIndex ( ushort index,
ushort value )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ GetType()

MCAPI ushort webrtc::StunUInt16ListAttribute::GetType ( int index) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ Size()

MCAPI uint64 webrtc::StunUInt16ListAttribute::Size ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor()

MCAPI void * webrtc::StunUInt16ListAttribute::$ctor ( ushort type,
ushort length )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $value_type()

MCAPI::webrtc::StunAttributeValueType webrtc::StunUInt16ListAttribute::$value_type ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $Read()

MCAPI bool webrtc::StunUInt16ListAttribute::$Read ( ::webrtc::ByteBufferReader * buf)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $Write()

MCAPI bool webrtc::StunUInt16ListAttribute::$Write ( ::webrtc::ByteBufferWriter * buf) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable()

MCAPI void ** webrtc::StunUInt16ListAttribute::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ Create()

MCAPI ::webrtc::StunAttribute * webrtc::StunAttribute::Create ( ::webrtc::StunAttributeValueType value_type,
ushort type,
ushort length,
::webrtc::StunMessage * owner )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ CreateErrorCode()

MCAPI ::std::unique_ptr<::webrtc::StunErrorCodeAttribute > webrtc::StunAttribute::CreateErrorCode ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ CreateUInt16ListAttribute()

MCAPI ::std::unique_ptr<::webrtc::StunUInt16ListAttribute > webrtc::StunAttribute::CreateUInt16ListAttribute ( ushort type)
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ CreateUInt32()

MCAPI ::std::unique_ptr<::webrtc::StunUInt32Attribute > webrtc::StunAttribute::CreateUInt32 ( ushort type)
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ CreateUnknownAttributes()

MCAPI ::std::unique_ptr<::webrtc::StunUInt16ListAttribute > webrtc::StunAttribute::CreateUnknownAttributes ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $dtor()

MCAPI void webrtc::StunAttribute::$dtor ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $SetOwner()

MCAPI void webrtc::StunAttribute::$SetOwner ( ::webrtc::StunMessage * owner)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: