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

Classes

struct  PacketStats

Public Member Functions

virtual void packetSentTo (::NetworkIdentifier const &target, ::Packet const &packet, uint size)
virtual void packetReceivedFrom (::NetworkIdentifier const &source, ::Packet const &packet, uint size)
virtual void dataSentTo (::NetworkIdentifier const &target, ::std::string_view data)
virtual void dataReceivedFrom (::NetworkIdentifier const &source, ::std::string const &data)
virtual void reset ()
MCAPI void $dtor ()
MCAPI void $packetSentTo (::NetworkIdentifier const &target, ::Packet const &packet, uint size)
MCAPI void $packetReceivedFrom (::NetworkIdentifier const &source, ::Packet const &packet, uint size)
MCAPI void $dataSentTo (::NetworkIdentifier const &target, ::std::string_view data)
MCAPI void $dataReceivedFrom (::NetworkIdentifier const &source, ::std::string const &data)
MCAPI void $reset ()
MCFOLD void * $ctor ()
MCFOLD void * $ctor (::Bedrock::EnableNonOwnerReferences const &)

Static Public Member Functions

static MCAPI void ** $vftable ()

Public Attributes

::ll::TypedStorage< 4, 24, ::PacketObserver::PacketStatsmQueuedStatsInfo
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock

Member Function Documentation

◆ packetSentTo()

virtual void PacketObserver::packetSentTo ( ::NetworkIdentifier const & target,
::Packet const & packet,
uint size )
virtual

Implements IPacketObserver.

◆ packetReceivedFrom()

virtual void PacketObserver::packetReceivedFrom ( ::NetworkIdentifier const & source,
::Packet const & packet,
uint size )
virtual

Implements IPacketObserver.

◆ dataSentTo()

virtual void PacketObserver::dataSentTo ( ::NetworkIdentifier const & target,
::std::string_view data )
virtual

Implements IPacketObserver.

◆ dataReceivedFrom()

virtual void PacketObserver::dataReceivedFrom ( ::NetworkIdentifier const & source,
::std::string const & data )
virtual

Implements IPacketObserver.

◆ $dtor()

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

◆ $packetSentTo()

MCAPI void PacketObserver::$packetSentTo ( ::NetworkIdentifier const & target,
::Packet const & packet,
uint size )
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.

◆ $packetReceivedFrom()

MCAPI void PacketObserver::$packetReceivedFrom ( ::NetworkIdentifier const & source,
::Packet const & packet,
uint size )
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.

◆ $dataSentTo()

MCAPI void PacketObserver::$dataSentTo ( ::NetworkIdentifier const & target,
::std::string_view data )
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.

◆ $dataReceivedFrom()

MCAPI void PacketObserver::$dataReceivedFrom ( ::NetworkIdentifier const & source,
::std::string const & data )
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.

◆ $reset()

MCAPI void PacketObserver::$reset ( )
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 ** PacketObserver::$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: