LeviLamina
Loading...
Searching...
No Matches
rtc::NetworkManagerBase Class Referenceabstract
+ Inheritance diagram for rtc::NetworkManagerBase:

Public Types

enum class  EnumerationPermission : int { Allowed = 0 , Blocked = 1 }
 

Public Member Functions

NetworkManagerBaseoperator= (NetworkManagerBase const &)
 
 NetworkManagerBase (NetworkManagerBase const &)
 
virtual ::std::vector<::rtc::Network const * > GetNetworks () const
 
virtual ::std::vector<::rtc::Network const * > GetAnyAddressNetworks ()
 
virtual::rtc::NetworkManager::EnumerationPermission enumeration_permission () const
 
virtual bool GetDefaultLocalAddress (int, ::rtc::IPAddress *) const
 
MCAPI ::std::unique_ptr<::rtc::NetworkCreateNetwork (::std::string_view, ::std::string_view, ::rtc::IPAddress const &, int, ::rtc::AdapterType) const
 
MCAPI::rtc::Network * GetNetworkFromAddress (::rtc::IPAddress const &) const
 
MCAPI void MergeNetworkList (::std::vector<::std::unique_ptr<::rtc::Network > >, bool *, ::rtc::NetworkManager::Stats *)
 
MCAPI NetworkManagerBase (::webrtc::FieldTrialsView const *)
 
MCAPI void set_default_local_addresses (::rtc::IPAddress const &, ::rtc::IPAddress const &)
 
MCAPI void * $ctor (::webrtc::FieldTrialsView const *)
 
virtual void Initialize ()
 
virtual void StartUpdating ()=0
 
virtual void StopUpdating ()=0
 
virtual void DumpNetworks ()
 
virtual::webrtc::MdnsResponderInterface * GetMdnsResponder () const
 
virtual void set_vpn_list (::std::vector<::rtc::NetworkMask > const &)
 

Static Public Member Functions

static MCAPI bool IsVpnMacAddress (::rtc::ArrayView< uchar const >)
 
static MCAPI void ** $vftableForDefaultLocalAddressProvider ()
 
static MCAPI void ** $vftableForMdnsResponderProvider ()
 

Public Attributes

::ll::UntypedStorage< 8, 16 > mUnk1113ec
 
::ll::UntypedStorage< 4, 4 > mUnkc8d6d3
 
::ll::UntypedStorage< 8, 24 > mUnk4ecfbb
 
::ll::UntypedStorage< 8, 16 > mUnk9f3f62
 
::ll::UntypedStorage< 8, 8 > mUnk75fc0f
 
::ll::UntypedStorage< 8, 8 > mUnkadefe5
 
::ll::UntypedStorage< 4, 32 > mUnkf0d315
 
::ll::UntypedStorage< 4, 32 > mUnk62a6c8
 
::ll::UntypedStorage< 2, 2 > mUnk24dd54
 
::ll::UntypedStorage< 1, 1 > mUnk5dfda4
 
::ll::UntypedStorage< 8, 48 > mUnk32ebb5
 
::ll::UntypedStorage< 8, 48 > mUnk779b28
 

Constructor & Destructor Documentation

◆ NetworkManagerBase()

MCAPI rtc::NetworkManagerBase::NetworkManagerBase ( ::webrtc::FieldTrialsView const * )
explicit
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

◆ GetNetworks()

virtual ::std::vector<::rtc::Network const * > rtc::NetworkManagerBase::GetNetworks ( ) const
virtual

Implements rtc::NetworkManager.

◆ GetAnyAddressNetworks()

virtual ::std::vector<::rtc::Network const * > rtc::NetworkManagerBase::GetAnyAddressNetworks ( )
virtual

Implements rtc::NetworkManager.

◆ GetDefaultLocalAddress()

virtual bool rtc::NetworkManagerBase::GetDefaultLocalAddress ( int ,
::rtc::IPAddress *  ) const
virtual

Reimplemented from rtc::NetworkManager.

◆ CreateNetwork()

MCAPI ::std::unique_ptr<::rtc::Network > rtc::NetworkManagerBase::CreateNetwork ( ::std::string_view ,
::std::string_view ,
::rtc::IPAddress const & ,
int ,
::rtc::AdapterType  ) 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.

◆ GetNetworkFromAddress()

MCAPI::rtc::Network * rtc::NetworkManagerBase::GetNetworkFromAddress ( ::rtc::IPAddress const & ) 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.

◆ MergeNetworkList()

MCAPI void rtc::NetworkManagerBase::MergeNetworkList ( ::std::vector<::std::unique_ptr<::rtc::Network > > ,
bool * ,
::rtc::NetworkManager::Stats *  )
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.

◆ set_default_local_addresses()

MCAPI void rtc::NetworkManagerBase::set_default_local_addresses ( ::rtc::IPAddress const & ,
::rtc::IPAddress 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.

◆ IsVpnMacAddress()

static MCAPI bool rtc::NetworkManagerBase::IsVpnMacAddress ( ::rtc::ArrayView< uchar const > )
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.

◆ $ctor()

MCAPI void * rtc::NetworkManagerBase::$ctor ( ::webrtc::FieldTrialsView 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.

◆ $vftableForDefaultLocalAddressProvider()

static MCAPI void ** rtc::NetworkManagerBase::$vftableForDefaultLocalAddressProvider ( )
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.

◆ $vftableForMdnsResponderProvider()

static MCAPI void ** rtc::NetworkManagerBase::$vftableForMdnsResponderProvider ( )
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.

◆ GetMdnsResponder()

virtual::webrtc::MdnsResponderInterface * rtc::NetworkManager::GetMdnsResponder ( ) const
virtualinherited

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