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

Public Types

enum class  DataStatus : int { HasData = 0 , NoData = 1 , BrokenData = 2 }
enum class  NetworkLoad : int { Unrestricted = 0 , Low = 1 , Medium = 2 , High = 3 }
enum class  Reliability : int { Reliable = 0 , ReliableOrdered = 1 , Unreliable = 2 , UnreliableSequenced = 3 }
using PacketRecvTimepoint = ::std::chrono::steady_clock::time_point
using PacketRecvTimepointPtr = ::std::shared_ptr<::std::chrono::steady_clock::time_point>

Public Member Functions

virtual void sendPacket (::std::string const &, ::NetworkPeer::Reliability, ::Compressibility)
virtual::NetworkPeer::NetworkStatus getNetworkStatus () const
virtual::NetworkPeer::DataStatus _receivePacket (::std::string &, ::std::shared_ptr<::std::chrono::steady_clock::time_point > const &)
virtual void update ()
virtual void flush (::std::function< void()> &&callback)
virtual bool isLocal () const
virtual bool isEncrypted () const
MCAPI void $dtor ()
MCAPI void $update ()
MCAPI void $flush (::std::function< void()> &&callback)
MCAPI bool $isLocal () const
MCAPI bool $isEncrypted () const

Static Public Member Functions

static MCAPI void ** $vftable ()

Public Attributes

::ll::TypedStorage< 8, 8, ::std::chrono::steady_clock::time_point > mLastPacketTime
::ll::TypedStorage< 1, 1, bool > mRecordingToFile
::ll::TypedStorage< 8, 16, ::Core::FilemFile
::ll::TypedStorage< 1, 1, bool > mIncludeSentPackets
::ll::TypedStorage< 1, 1, bool > mIncludeReceivedPackets
::ll::TypedStorage< 1, 1, bool > mToBase64
::ll::TypedStorage< 8, 24, ::std::vector< int > > mAllowList
::ll::TypedStorage< 8, 16, ::std::shared_ptr<::NetworkPeer > > mPeer

Member Function Documentation

◆ sendPacket()

virtual void NetworkPacketRecorder::sendPacket ( ::std::string const & ,
::NetworkPeer::Reliability ,
::Compressibility  )
virtual

Implements NetworkPeer.

◆ getNetworkStatus()

virtual::NetworkPeer::NetworkStatus NetworkPacketRecorder::getNetworkStatus ( ) const
virtual

Implements NetworkPeer.

◆ _receivePacket()

virtual::NetworkPeer::DataStatus NetworkPacketRecorder::_receivePacket ( ::std::string & ,
::std::shared_ptr<::std::chrono::steady_clock::time_point > const &  )
virtual

Implements NetworkPeer.

◆ $vftable()

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