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

Public Member Functions

StunAddressAttribute & operator= (StunAddressAttribute const &)
 StunAddressAttribute (StunAddressAttribute const &)
virtual::webrtc::StunAttributeValueType value_type () const
virtual bool Read (::webrtc::ByteBufferReader *buf)
virtual bool Write (::webrtc::ByteBufferWriter *buf) const
MCAPI void SetAddress (::webrtc::SocketAddress const &addr)
MCAPI StunAddressAttribute (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, 80 > mUnkad52a8
::ll::UntypedStorage< 2, 2 > mUnkf43ab9
::ll::UntypedStorage< 2, 2 > mUnkaa2c03

Constructor & Destructor Documentation

◆ StunAddressAttribute()

MCAPI webrtc::StunAddressAttribute::StunAddressAttribute ( 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::StunAddressAttribute::value_type ( ) const
virtual

Implements webrtc::StunAttribute.

◆ Read()

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

Implements webrtc::StunAttribute.

◆ Write()

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

Implements webrtc::StunAttribute.

◆ SetAddress()

MCAPI void webrtc::StunAddressAttribute::SetAddress ( ::webrtc::SocketAddress const & addr)
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::StunAddressAttribute::$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::StunAddressAttribute::$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::StunAddressAttribute::$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::StunAddressAttribute::$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::StunAddressAttribute::$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: