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

BasicNetworkManager & operator= (BasicNetworkManager const &)
 BasicNetworkManager (BasicNetworkManager const &)
virtual void StartUpdating ()
virtual void StopUpdating ()
virtual void DumpNetworks ()
virtual void set_vpn_list (::std::vector<::rtc::NetworkMask > const &vpn)
virtual::rtc::NetworkBindingResult BindSocketToNetwork (int socket_fd, ::rtc::IPAddress const &address)
MCAPI BasicNetworkManager (::rtc::NetworkMonitorFactory *network_monitor_factory, ::rtc::SocketFactory *socket_factory, ::webrtc::FieldTrialsView const *field_trials_view)
MCAPI bool CreateNetworks (bool include_ignored, ::std::vector<::std::unique_ptr<::rtc::Network > > *networks) const
MCAPI::rtc::IPAddress QueryDefaultLocalAddress (int family) const
MCAPI void StartNetworkMonitor ()
MCAPI void UpdateNetworksContinually ()
MCAPI void UpdateNetworksOnce ()
MCAPI void * $ctor (::rtc::NetworkMonitorFactory *network_monitor_factory, ::rtc::SocketFactory *socket_factory, ::webrtc::FieldTrialsView const *field_trials_view)
MCAPI void $StartUpdating ()
MCAPI void $StopUpdating ()
MCAPI void $DumpNetworks ()
MCAPI void $set_vpn_list (::std::vector<::rtc::NetworkMask > const &vpn)
MCAPI::rtc::NetworkBindingResult $BindSocketToNetwork (int socket_fd, ::rtc::IPAddress const &address)
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 family, ::rtc::IPAddress *ipaddr) const
MCAPI::rtc::Network * GetNetworkFromAddress (::rtc::IPAddress const &ip) const
MCAPI void MergeNetworkList (::std::vector<::std::unique_ptr<::rtc::Network > > new_networks, bool *changed, ::rtc::NetworkManager::Stats *stats)
MCAPI void * $ctor (::webrtc::FieldTrialsView const *field_trials)
MCAPI void $dtor ()
MCAPI ::std::vector<::rtc::Network const * > $GetNetworks () const
MCAPI ::std::vector<::rtc::Network const * > $GetAnyAddressNetworks ()
MCAPI::rtc::NetworkManager::EnumerationPermission $enumeration_permission () const
MCAPI bool $GetDefaultLocalAddress (int family, ::rtc::IPAddress *ipaddr) const
virtual void Initialize ()
virtual::webrtc::MdnsResponderInterface * GetMdnsResponder () const
MCAPI void $Initialize ()
MCAPI::webrtc::MdnsResponderInterface * $GetMdnsResponder () const
MCAPI void $dtor ()

Static Public Member Functions

static MCAPI void ** $vftableForMdnsResponderProvider ()
static MCAPI void ** $vftableForNetworkBinderInterface ()
static MCAPI void ** $vftableForDefaultLocalAddressProvider ()
static MCAPI void ** $vftableForHasSlots ()
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 * network_monitor_factory,
::rtc::SocketFactory * socket_factory,
::webrtc::FieldTrialsView const * field_trials_view )
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 & vpn)
virtual

Reimplemented from rtc::NetworkManager.

◆ BindSocketToNetwork()

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

◆ CreateNetworks()

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

◆ QueryDefaultLocalAddress()

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

◆ 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 * network_monitor_factory,
::rtc::SocketFactory * socket_factory,
::webrtc::FieldTrialsView const * field_trials_view )
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.

◆ $StartUpdating()

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

◆ $StopUpdating()

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

◆ $DumpNetworks()

MCAPI void rtc::BasicNetworkManager::$DumpNetworks ( )
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_vpn_list()

MCAPI void rtc::BasicNetworkManager::$set_vpn_list ( ::std::vector<::rtc::NetworkMask > const & vpn)
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.

◆ $BindSocketToNetwork()

MCAPI::rtc::NetworkBindingResult rtc::BasicNetworkManager::$BindSocketToNetwork ( int socket_fd,
::rtc::IPAddress const & address )
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()

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()

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()

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()

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 family,
::rtc::IPAddress * ipaddr ) const
virtualinherited

Reimplemented from rtc::NetworkManager.

◆ GetNetworkFromAddress()

MCAPI::rtc::Network * rtc::NetworkManagerBase::GetNetworkFromAddress ( ::rtc::IPAddress const & ip) 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 > > new_networks,
bool * changed,
::rtc::NetworkManager::Stats * 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.

◆ $ctor() [2/2]

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

◆ $dtor() [1/2]

MCAPI void rtc::NetworkManagerBase::$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.

◆ $GetNetworks()

MCAPI ::std::vector<::rtc::Network const * > rtc::NetworkManagerBase::$GetNetworks ( ) 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.

◆ $GetAnyAddressNetworks()

MCAPI ::std::vector<::rtc::Network const * > rtc::NetworkManagerBase::$GetAnyAddressNetworks ( )
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.

◆ $enumeration_permission()

MCAPI::rtc::NetworkManager::EnumerationPermission rtc::NetworkManagerBase::$enumeration_permission ( ) 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.

◆ $GetDefaultLocalAddress()

MCAPI bool rtc::NetworkManagerBase::$GetDefaultLocalAddress ( int family,
::rtc::IPAddress * ipaddr ) 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

◆ $Initialize()

MCAPI void rtc::NetworkManager::$Initialize ( )
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()

MCAPI::webrtc::MdnsResponderInterface * rtc::NetworkManager::$GetMdnsResponder ( ) 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.

◆ $dtor() [2/2]

MCAPI void rtc::NetworkBinderInterface::$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.

◆ $vftable()

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: