LeviLamina
Loading...
Searching...
No Matches
SignalingService Class Reference
Inheritance diagram for SignalingService:

Classes

class  Connection
class  JsonRpcConnectionSpy
class  SignalingServiceSpy
class  Channel
class  JsonRpcConnection
class  JsonRpcInterop

Public Types

enum class  ConnectionStatus : uchar { Connected = 0 , Disconnected = 1 }
enum class  SignInError : int { Ok = 0 , EmptyAuthFromDiscovery = 100 , EmptyUrlFromDiscovery = 101 , ExpiredAuthFromDiscovery = 102 }

Public Member Functions

SignalingServiceoperator= (SignalingService const &)
 SignalingService (SignalingService const &)
MCAPI SignalingService (::Bedrock::NotNullNonOwnerPtr<::IMinecraftEventing > eventing, ::std::vector<::std::shared_ptr<::IJsonRpcComponent > > additionalJsonRpcComponents)
MCAPI SignalingService (::Bedrock::NotNullNonOwnerPtr<::IMinecraftEventing > eventing, ::WorkerPool &pool, ::Scheduler &scheduler, ::std::vector<::std::shared_ptr<::IJsonRpcComponent > > additionalJsonRpcComponents)
MCAPI ::std::shared_ptr<::SignalingService::Connection_makeConnection (::std::variant<::PlayerMessaging::NetworkID, ::NetherNet::NetworkID > id)
MCAPI ::gsl::not_null<::std::shared_ptr<::NetherNet::ISignalingInterface > > getChannel ()
MCAPI ::std::shared_ptr<::SignalingConsumerRefCountgetSignalingConsumerRefCount ()
MCAPI void initialize (::std::unique_ptr<::ISignalingServiceConfigProvider > serviceConfigProvider)
MCAPI bool isSignedIn () const
MCAPI::Bedrock::PubSub::Subscription registerOnConnectionChanged (::std::function< void(::std::variant<::PlayerMessaging::NetworkID, ::NetherNet::NetworkID >, ::SignalingService::ConnectionStatus)> &&callback)
MCAPI ::Bedrock::Threading::Async<::std::error_code > signIn (::std::variant<::PlayerMessaging::NetworkID, ::NetherNet::NetworkID > localId)
MCAPI void update ()
MCAPI void * $ctor (::Bedrock::NotNullNonOwnerPtr<::IMinecraftEventing > eventing, ::std::vector<::std::shared_ptr<::IJsonRpcComponent > > additionalJsonRpcComponents)
MCAPI void * $ctor (::Bedrock::NotNullNonOwnerPtr<::IMinecraftEventing > eventing, ::WorkerPool &pool, ::Scheduler &scheduler, ::std::vector<::std::shared_ptr<::IJsonRpcComponent > > additionalJsonRpcComponents)
MCAPI void $dtor ()

Static Public Member Functions

static MCAPI void ** $vftable ()

Public Attributes

::ll::UntypedStorage< 8, 24 > mUnk189d42
::ll::UntypedStorage< 8, 8 > mUnk657e43
::ll::UntypedStorage< 8, 8 > mUnke47dbd
::ll::UntypedStorage< 1, 1 > mUnk16095b
::ll::UntypedStorage< 8, 80 > mUnk4c3a7e
::ll::UntypedStorage< 8, 64 > mUnkb64515
::ll::UntypedStorage< 8, 8 > mUnka6149a
::ll::UntypedStorage< 8, 16 > mUnk4684f9
::ll::UntypedStorage< 8, 16 > mUnk66d5f0
::ll::UntypedStorage< 8, 16 > mUnk8726eb
::ll::UntypedStorage< 8, 8 > mUnkb4662a
::ll::UntypedStorage< 8, 16 > mUnk8ed84c
::ll::UntypedStorage< 8, 16 > mUnk6ee143
::ll::UntypedStorage< 8, 16 > mUnkf22bbd
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock

Constructor & Destructor Documentation

◆ SignalingService() [1/2]

MCAPI SignalingService::SignalingService ( ::Bedrock::NotNullNonOwnerPtr<::IMinecraftEventing > eventing,
::std::vector<::std::shared_ptr<::IJsonRpcComponent > > additionalJsonRpcComponents )
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.

◆ SignalingService() [2/2]

MCAPI SignalingService::SignalingService ( ::Bedrock::NotNullNonOwnerPtr<::IMinecraftEventing > eventing,
::WorkerPool & pool,
::Scheduler & scheduler,
::std::vector<::std::shared_ptr<::IJsonRpcComponent > > additionalJsonRpcComponents )
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

◆ _makeConnection()

MCAPI ::std::shared_ptr<::SignalingService::Connection > SignalingService::_makeConnection ( ::std::variant<::PlayerMessaging::NetworkID, ::NetherNet::NetworkID > id)
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.

◆ getChannel()

MCAPI ::gsl::not_null<::std::shared_ptr<::NetherNet::ISignalingInterface > > SignalingService::getChannel ( )
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.

◆ getSignalingConsumerRefCount()

MCAPI ::std::shared_ptr<::SignalingConsumerRefCount > SignalingService::getSignalingConsumerRefCount ( )
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.

◆ initialize()

MCAPI void SignalingService::initialize ( ::std::unique_ptr<::ISignalingServiceConfigProvider > serviceConfigProvider)
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.

◆ isSignedIn()

MCAPI bool SignalingService::isSignedIn ( ) 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.

◆ registerOnConnectionChanged()

MCAPI::Bedrock::PubSub::Subscription SignalingService::registerOnConnectionChanged ( ::std::function< void(::std::variant<::PlayerMessaging::NetworkID, ::NetherNet::NetworkID >, ::SignalingService::ConnectionStatus)> && callback)
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.

◆ signIn()

MCAPI ::Bedrock::Threading::Async<::std::error_code > SignalingService::signIn ( ::std::variant<::PlayerMessaging::NetworkID, ::NetherNet::NetworkID > localId)
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.

◆ update()

MCAPI void SignalingService::update ( )
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 * SignalingService::$ctor ( ::Bedrock::NotNullNonOwnerPtr<::IMinecraftEventing > eventing,
::std::vector<::std::shared_ptr<::IJsonRpcComponent > > additionalJsonRpcComponents )
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 * SignalingService::$ctor ( ::Bedrock::NotNullNonOwnerPtr<::IMinecraftEventing > eventing,
::WorkerPool & pool,
::Scheduler & scheduler,
::std::vector<::std::shared_ptr<::IJsonRpcComponent > > additionalJsonRpcComponents )
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 SignalingService::$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.

◆ $vftable()

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

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