15 ::ll::TypedStorage<8, 32, ::std::string> mSendBuffer;
16 ::ll::TypedStorage<8, 32, ::std::string> mReceiveBuffer;
17 ::ll::TypedStorage<1, 1, bool> mCompressionEnabled;
18 ::ll::TypedStorage<1, 1, bool> mHybridCompressionEnabled;
19 ::ll::TypedStorage<4, 20, ::NetworkSettingOptions> mNetworkSettings;
33 virtual void sendPacket(
34 ::std::string
const& data,
35 ::NetworkPeer::Reliability reliability,
36 ::Compressibility compressible
40 virtual ::NetworkPeer::NetworkStatus getNetworkStatus()
const ;
43 virtual ::NetworkPeer::DataStatus _receivePacket(
44 ::std::string& outData,
45 ::std::shared_ptr<::std::chrono::steady_clock::time_point>
const& timepointPtr
58 MCNAPI
void*
$ctor(::std::shared_ptr<::NetworkPeer> peer);
65 $sendPacket(::std::string
const& data, ::NetworkPeer::Reliability reliability, ::Compressibility compressible);
70 ::std::string& outData,
71 ::std::shared_ptr<::std::chrono::steady_clock::time_point>
const& timepointPtr