19 ::ll::TypedStorage<8, 32, ::std::string> mSendBuffer;
20 ::ll::TypedStorage<8, 32, ::std::string> mReceiveBuffer;
21 ::ll::TypedStorage<1, 1, bool> mCompressionEnabled;
22 ::ll::TypedStorage<1, 1, bool> mHybridCompressionEnabled;
23 ::ll::TypedStorage<4, 24, ::NetworkSettingOptions> mNetworkSettings;
33 virtual void sendPacket(
34 ::std::string
const& data,
35 ::NetworkPeer::Reliability reliability,
36 ::Compressibility compressible
40 virtual ::NetworkPeer::DataStatus receivePacket(
41 ::std::string& outData,
42 ::std::shared_ptr<::std::chrono::steady_clock::time_point>
const& timepointPtr
46 virtual ::NetworkPeer::NetworkStatus getNetworkStatus()
const ;
59 $sendPacket(::std::string
const& data, ::NetworkPeer::Reliability reliability, ::Compressibility compressible);
61 MCAPI ::NetworkPeer::DataStatus $receivePacket(
62 ::std::string& outData,
63 ::std::shared_ptr<::std::chrono::steady_clock::time_point>
const& timepointPtr
66 MCFOLD ::NetworkPeer::NetworkStatus $getNetworkStatus()
const;
72 MCAPI
static void** $vftable();