LeviLamina
Loading...
Searching...
No Matches
webrtc::SocketAddress Class Reference

Public Member Functions

MCAPI void Clear ()
MCAPI::webrtc::IPAddressType GetIPAddressType () const
MCAPI::std::string HostAsSensitiveURIString () const
MCAPI::std::string HostAsURIString () const
MCAPI bool IsAnyIP () const
MCAPI bool IsLoopbackIP () const
MCAPI bool IsNil () const
MCAPI bool IsPrivateIP () const
MCAPI bool IsUnresolvedIP () const
MCAPI::std::string PortAsString () const
MCAPI void SetIP (::std::string_view hostname)
MCAPI void SetIP (::webrtc::IPAddress const &ip)
MCAPI void SetPort (int port)
MCAPI void SetResolvedIP (::webrtc::IPAddress const &ip)
MCAPI SocketAddress ()
MCAPI SocketAddress (::webrtc::SocketAddress const &addr)
MCAPI SocketAddress (::std::string_view hostname, int port)
MCAPI SocketAddress (::webrtc::IPAddress const &ip, int port)
MCAPI::std::string ToSensitiveNameAndAddressString () const
MCAPI::std::string ToSensitiveString () const
MCAPI uint64 ToSockAddrStorage (::sockaddr_storage *addr) const
MCAPI::std::string ToString () const
MCAPI::webrtc::IPAddress const & ipaddr () const
MCAPI bool operator< (::webrtc::SocketAddress const &addr) const
MCAPI::webrtc::SocketAddress & operator= (::webrtc::SocketAddress const &addr)
MCAPI bool operator== (::webrtc::SocketAddress const &addr) const
MCAPI ushort port () const
MCAPI ~SocketAddress ()
MCAPI void * $ctor ()
MCAPI void * $ctor (::webrtc::SocketAddress const &addr)
MCAPI void * $ctor (::std::string_view hostname, int port)
MCAPI void * $ctor (::webrtc::IPAddress const &ip, int port)
MCAPI void $dtor ()

Public Attributes

::ll::UntypedStorage< 8, 32 > mUnk6aa05c
::ll::UntypedStorage< 8, 32 > mUnkd77baf
::ll::UntypedStorage< 2, 2 > mUnk9157d3
::ll::UntypedStorage< 4, 4 > mUnkef39c4
::ll::UntypedStorage< 1, 1 > mUnk54bd57

Constructor & Destructor Documentation

◆ SocketAddress() [1/4]

MCAPI webrtc::SocketAddress::SocketAddress ( )
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.

◆ SocketAddress() [2/4]

MCAPI webrtc::SocketAddress::SocketAddress ( ::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.

◆ SocketAddress() [3/4]

MCAPI webrtc::SocketAddress::SocketAddress ( ::std::string_view hostname,
int port )
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.

◆ SocketAddress() [4/4]

MCAPI webrtc::SocketAddress::SocketAddress ( ::webrtc::IPAddress const & ip,
int port )
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.

◆ ~SocketAddress()

MCAPI webrtc::SocketAddress::~SocketAddress ( )
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

◆ Clear()

MCAPI void webrtc::SocketAddress::Clear ( )
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.

◆ GetIPAddressType()

MCAPI::webrtc::IPAddressType webrtc::SocketAddress::GetIPAddressType ( ) 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.

◆ HostAsSensitiveURIString()

MCAPI::std::string webrtc::SocketAddress::HostAsSensitiveURIString ( ) 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.

◆ HostAsURIString()

MCAPI::std::string webrtc::SocketAddress::HostAsURIString ( ) 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.

◆ IsAnyIP()

MCAPI bool webrtc::SocketAddress::IsAnyIP ( ) 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.

◆ IsLoopbackIP()

MCAPI bool webrtc::SocketAddress::IsLoopbackIP ( ) 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.

◆ IsNil()

MCAPI bool webrtc::SocketAddress::IsNil ( ) 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.

◆ IsPrivateIP()

MCAPI bool webrtc::SocketAddress::IsPrivateIP ( ) 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.

◆ IsUnresolvedIP()

MCAPI bool webrtc::SocketAddress::IsUnresolvedIP ( ) 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.

◆ PortAsString()

MCAPI::std::string webrtc::SocketAddress::PortAsString ( ) 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.

◆ SetIP() [1/2]

MCAPI void webrtc::SocketAddress::SetIP ( ::std::string_view hostname)
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.

◆ SetIP() [2/2]

MCAPI void webrtc::SocketAddress::SetIP ( ::webrtc::IPAddress const & ip)
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.

◆ SetPort()

MCAPI void webrtc::SocketAddress::SetPort ( int port)
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.

◆ SetResolvedIP()

MCAPI void webrtc::SocketAddress::SetResolvedIP ( ::webrtc::IPAddress const & ip)
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.

◆ ToSensitiveNameAndAddressString()

MCAPI::std::string webrtc::SocketAddress::ToSensitiveNameAndAddressString ( ) 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.

◆ ToSensitiveString()

MCAPI::std::string webrtc::SocketAddress::ToSensitiveString ( ) 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.

◆ ToSockAddrStorage()

MCAPI uint64 webrtc::SocketAddress::ToSockAddrStorage ( ::sockaddr_storage * addr) 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.

◆ ToString()

MCAPI::std::string webrtc::SocketAddress::ToString ( ) 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.

◆ ipaddr()

MCAPI::webrtc::IPAddress const & webrtc::SocketAddress::ipaddr ( ) 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.

◆ operator<()

MCAPI bool webrtc::SocketAddress::operator< ( ::webrtc::SocketAddress const & addr) 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.

◆ operator=()

MCAPI::webrtc::SocketAddress & webrtc::SocketAddress::operator= ( ::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.

◆ operator==()

MCAPI bool webrtc::SocketAddress::operator== ( ::webrtc::SocketAddress const & addr) 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.

◆ port()

MCAPI ushort webrtc::SocketAddress::port ( ) 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() [1/4]

MCAPI void * webrtc::SocketAddress::$ctor ( )
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() [2/4]

MCAPI void * webrtc::SocketAddress::$ctor ( ::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() [3/4]

MCAPI void * webrtc::SocketAddress::$ctor ( ::std::string_view hostname,
int port )
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() [4/4]

MCAPI void * webrtc::SocketAddress::$ctor ( ::webrtc::IPAddress const & ip,
int port )
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::SocketAddress::$dtor ( )
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: