LeviLamina
Loading...
Searching...
No Matches
rtc::BasicNetworkManager Class Reference
+ Inheritance diagram for rtc::BasicNetworkManager:

Public Types

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

Public Member Functions

BasicNetworkManageroperator= (BasicNetworkManager const &)
 
 BasicNetworkManager (BasicNetworkManager const &)
 
virtual void StartUpdating ()
 
virtual void StopUpdating ()
 
virtual void DumpNetworks ()
 
virtual void set_vpn_list (::std::vector<::rtc::NetworkMask > const &)
 
virtual::rtc::NetworkBindingResult BindSocketToNetwork (int, ::rtc::IPAddress const &)
 
MCAPI BasicNetworkManager (::rtc::NetworkMonitorFactory *, ::rtc::SocketFactory *, ::webrtc::FieldTrialsView const *)
 
MCAPI bool CreateNetworks (bool, ::std::vector<::std::unique_ptr<::rtc::Network > > *) const
 
MCAPI bool IsConfiguredVpn (::rtc::IPAddress, int) const
 
MCAPI bool IsIgnoredNetwork (::rtc::Network const &) const
 
MCAPI void OnNetworksChanged ()
 
MCAPI::rtc::IPAddress QueryDefaultLocalAddress (int) const
 
MCAPI void StartNetworkMonitor ()
 
MCAPI void StopNetworkMonitor ()
 
MCAPI void UpdateNetworksContinually ()
 
MCAPI void UpdateNetworksOnce ()
 
MCAPI void * $ctor (::rtc::NetworkMonitorFactory *, ::rtc::SocketFactory *, ::webrtc::FieldTrialsView 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 void set_default_local_addresses (::rtc::IPAddress const &, ::rtc::IPAddress const &)
 
MCAPI void * $ctor (::webrtc::FieldTrialsView const *)
 
virtual void Initialize ()
 
virtual::webrtc::MdnsResponderInterface * GetMdnsResponder () const
 

Static Public Member Functions

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

Public Attributes

::ll::UntypedStorage< 8, 8 > mUnkd41830
 
::ll::UntypedStorage< 1, 1 > mUnk449975
 
::ll::UntypedStorage< 4, 4 > mUnk568f24
 
::ll::UntypedStorage< 8, 16 > mUnk24ab87
 
::ll::UntypedStorage< 8, 24 > mUnk7b0d29
 
::ll::UntypedStorage< 8, 8 > mUnk58bcb8
 
::ll::UntypedStorage< 8, 8 > mUnkec27fb
 
::ll::UntypedStorage< 8, 8 > mUnk4ff08d
 
::ll::UntypedStorage< 1, 1 > mUnk45de38
 
::ll::UntypedStorage< 1, 1 > mUnk631047
 
::ll::UntypedStorage< 8, 24 > mUnk31878a
 
::ll::UntypedStorage< 8, 8 > mUnkf2a3b0
 
::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

◆ BasicNetworkManager()

MCAPI rtc::BasicNetworkManager::BasicNetworkManager ( ::rtc::NetworkMonitorFactory * ,
::rtc::SocketFactory * ,
::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.

Member Function Documentation

◆ StartUpdating()

virtual void rtc::BasicNetworkManager::StartUpdating ( )
virtual

Implements rtc::NetworkManager.

◆ StopUpdating()

virtual void rtc::BasicNetworkManager::StopUpdating ( )
virtual

Implements rtc::NetworkManager.

◆ DumpNetworks()

virtual void rtc::BasicNetworkManager::DumpNetworks ( )
virtual

Reimplemented from rtc::NetworkManager.

◆ set_vpn_list()

virtual void rtc::BasicNetworkManager::set_vpn_list ( ::std::vector<::rtc::NetworkMask > const & )
virtual

Reimplemented from rtc::NetworkManager.

◆ BindSocketToNetwork()

virtual::rtc::NetworkBindingResult rtc::BasicNetworkManager::BindSocketToNetwork ( int ,
::rtc::IPAddress const &  )
virtual

◆ CreateNetworks()

MCAPI bool rtc::BasicNetworkManager::CreateNetworks ( bool ,
::std::vector<::std::unique_ptr<::rtc::Network > > *  ) 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.

◆ IsConfiguredVpn()

MCAPI bool rtc::BasicNetworkManager::IsConfiguredVpn ( ::rtc::IPAddress ,
int  ) 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.

◆ IsIgnoredNetwork()

MCAPI bool rtc::BasicNetworkManager::IsIgnoredNetwork ( ::rtc::Network 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.

◆ OnNetworksChanged()

MCAPI void rtc::BasicNetworkManager::OnNetworksChanged ( )
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.

◆ QueryDefaultLocalAddress()

MCAPI::rtc::IPAddress rtc::BasicNetworkManager::QueryDefaultLocalAddress ( int ) 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.

◆ StartNetworkMonitor()

MCAPI void rtc::BasicNetworkManager::StartNetworkMonitor ( )
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.

◆ StopNetworkMonitor()

MCAPI void rtc::BasicNetworkManager::StopNetworkMonitor ( )
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.

◆ UpdateNetworksContinually()

MCAPI void rtc::BasicNetworkManager::UpdateNetworksContinually ( )
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.

◆ UpdateNetworksOnce()

MCAPI void rtc::BasicNetworkManager::UpdateNetworksOnce ( )
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/2]

MCAPI void * rtc::BasicNetworkManager::$ctor ( ::rtc::NetworkMonitorFactory * ,
::rtc::SocketFactory * ,
::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.

◆ $vftableForMdnsResponderProvider()

static MCAPI void ** rtc::BasicNetworkManager::$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.

◆ $vftableForNetworkBinderInterface()

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

◆ $vftableForDefaultLocalAddressProvider()

static MCAPI void ** rtc::BasicNetworkManager::$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.

◆ $vftableForHasSlots()

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

◆ GetNetworks()

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

Implements rtc::NetworkManager.

◆ GetAnyAddressNetworks()

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

Implements rtc::NetworkManager.

◆ GetDefaultLocalAddress()

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

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
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.

◆ GetNetworkFromAddress()

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

◆ MergeNetworkList()

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

◆ set_default_local_addresses()

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

◆ IsVpnMacAddress()

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

◆ $ctor() [2/2]

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

◆ GetMdnsResponder()

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

◆ $vftable()

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

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