LeviLamina
Loading...
Searching...
No Matches
RemoteConnector Class Referenceabstract
Inheritance diagram for RemoteConnector:

Public Types

enum class  State : int { Enabled = 0 , Disabled = 1 , Uninitialized = 2 }

Public Member Functions

virtual bool host (::ConnectionDefinition const &definition)=0
virtual bool connect (::Social::GameConnectionInfo const &gameConnection, ::Social::GameConnectionInfo const &backupConnection)=0
virtual void disconnect ()=0
virtual void tick ()=0
virtual void runEvents ()=0
virtual bool isServer () const =0
virtual void closeNetworkConnection (::NetworkIdentifier const &)=0
virtual::NetworkIdentifier getNetworkIdentifier () const =0
virtual bool setApplicationHandshakeCompleted (::NetworkIdentifier const &)=0
virtual void setDisableLanSignaling (bool)=0
virtual void setDisableTrickleIce (bool)=0
MCAPI void $dtor ()
virtual::std::string getLocalIp ()
virtual ushort getPort () const
virtual::Social::GameConnectionInfo const & getConnectedGameInfo () const
virtual bool isIPv4Supported () const
virtual bool isIPv6Supported () const
virtual ushort getIPv4Port () const
virtual ushort getIPv6Port () const
virtual::TransportLayer getNetworkType () const
MCFOLD::std::string $getLocalIp ()
MCFOLD ushort $getPort () const
MCFOLD::Social::GameConnectionInfo const & $getConnectedGameInfo () const
MCFOLD bool $isIPv4Supported () const
MCFOLD bool $isIPv6Supported () const
MCFOLD ushort $getIPv4Port () const
MCFOLD ushort $getIPv6Port () const
virtual void _onDisable ()=0
virtual void _onEnable ()=0
MCFOLD void * $ctor ()
MCFOLD void * $ctor (::Bedrock::EnableNonOwnerReferences const &)

Static Public Member Functions

static MCAPI void ** $vftableForConnector ()
static MCAPI void ** $vftableForEnableNonOwnerReferences ()
static MCAPI void ** $vftableForNetworkEnableDisableListener ()
static MCAPI void ** $vftable ()
static MCAPI void ** $vftable ()
static MCAPI void ** $vftable ()

Public Attributes

::ll::TypedStorage< 8, 8, ::Connector::ConnectionCallbacks & > mCallbacks
::ll::UntypedStorage< 4, 4 > mUnkaf3b65
::ll::UntypedStorage< 8, 24 > mUnk1d223d
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock

Member Function Documentation

◆ $dtor()

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

◆ $vftableForConnector()

MCAPI void ** RemoteConnector::$vftableForConnector ( )
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.

◆ $vftableForEnableNonOwnerReferences()

MCAPI void ** RemoteConnector::$vftableForEnableNonOwnerReferences ( )
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.

◆ $vftableForNetworkEnableDisableListener()

MCAPI void ** RemoteConnector::$vftableForNetworkEnableDisableListener ( )
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.

◆ $vftable() [1/3]

MCAPI void ** Connector::$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.

◆ $vftable() [2/3]

MCAPI void ** NetworkEnableDisableListener::$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.

◆ $vftable() [3/3]

MCAPI void ** Bedrock::EnableNonOwnerReferences::$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: