|
enum class | Reliability : int { Reliable = 0
, ReliableOrdered = 1
, Unreliable = 2
, UnreliableSequenced = 3
} |
|
enum class | DataStatus : int { HasData = 0
, NoData = 1
, BrokenData = 2
} |
|
enum class | NetworkLoad : int { Unrestricted = 0
, Low = 1
, Medium = 2
, High = 3
} |
|
using | PacketRecvTimepoint = ::std::chrono::steady_clock::time_point |
|
using | PacketRecvTimepointPtr = ::std::shared_ptr<::std::chrono::steady_clock::time_point> |
|
|
virtual void | sendPacket (::std::string const &data, ::NetworkPeer::Reliability reliability, ::Compressibility) |
|
virtual::NetworkPeer::DataStatus | receivePacket (::std::string &outData, ::std::shared_ptr<::std::chrono::steady_clock::time_point > const &timepointPtr) |
|
virtual::NetworkPeer::NetworkStatus | getNetworkStatus () const |
|
virtual void | update () |
|
virtual bool | isLocal () const |
|
virtual bool | isEncrypted () const |
|
MCAPI void | _updateConnectionStatus () |
|
MCAPI void | $dtor () |
|
MCAPI void | $sendPacket (::std::string const &data, ::NetworkPeer::Reliability reliability, ::Compressibility) |
|
MCAPI::NetworkPeer::DataStatus | $receivePacket (::std::string &outData, ::std::shared_ptr<::std::chrono::steady_clock::time_point > const &timepointPtr) |
|
MCAPI::NetworkPeer::NetworkStatus | $getNetworkStatus () const |
|
MCAPI void | $update () |
|
MCAPI bool | $isLocal () const |
|
MCAPI bool | $isEncrypted () const |
|
virtual void | flush (::std::function< void()> &&callback) |
|
MCAPI void | $flush (::std::function< void()> &&callback) |
|
|
::ll::TypedStorage< 8, 24, ::Bedrock::NotNullNonOwnerPtr<::NetherNetConnector > const > | mNetherNetConnector |
|
::ll::TypedStorage< 8, 24, ::NetherNet::NetworkID const > | mPeerId |
|
::ll::TypedStorage< 8, 8, uint64 const > | mSessionId |
|
::ll::TypedStorage< 8, 56, ::NetworkPeer::NetworkStatus > | mNetherNetNetworkStatus |
|
::ll::TypedStorage< 4, 4, uint > | mNumNetworkStatusUpdates |
|
::ll::TypedStorage< 8, 32, ::std::string > | mPartialData |
|
::ll::TypedStorage< 8, 16, ::std::shared_ptr<::NetworkPeer > > | mPeer |
|
◆ sendPacket()
virtual void WebRTCNetworkPeer::sendPacket |
( |
::std::string const & | data, |
|
|
::NetworkPeer::Reliability | reliability, |
|
|
::Compressibility | ) |
|
virtual |
◆ receivePacket()
virtual::NetworkPeer::DataStatus WebRTCNetworkPeer::receivePacket |
( |
::std::string & | outData, |
|
|
::std::shared_ptr<::std::chrono::steady_clock::time_point > const & | timepointPtr ) |
|
virtual |
◆ getNetworkStatus()
virtual::NetworkPeer::NetworkStatus WebRTCNetworkPeer::getNetworkStatus |
( |
| ) |
const |
|
virtual |
◆ update()
virtual void WebRTCNetworkPeer::update |
( |
| ) |
|
|
virtual |
◆ isLocal()
virtual bool WebRTCNetworkPeer::isLocal |
( |
| ) |
const |
|
virtual |
◆ isEncrypted()
virtual bool WebRTCNetworkPeer::isEncrypted |
( |
| ) |
const |
|
virtual |
◆ _updateConnectionStatus()
MCAPI void WebRTCNetworkPeer::_updateConnectionStatus |
( |
| ) |
|
- 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 WebRTCNetworkPeer::$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.
◆ $sendPacket()
MCAPI void WebRTCNetworkPeer::$sendPacket |
( |
::std::string const & | data, |
|
|
::NetworkPeer::Reliability | reliability, |
|
|
::Compressibility | ) |
- 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.
◆ $receivePacket()
MCAPI::NetworkPeer::DataStatus WebRTCNetworkPeer::$receivePacket |
( |
::std::string & | outData, |
|
|
::std::shared_ptr<::std::chrono::steady_clock::time_point > const & | timepointPtr ) |
- 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.
◆ $getNetworkStatus()
MCAPI::NetworkPeer::NetworkStatus WebRTCNetworkPeer::$getNetworkStatus |
( |
| ) |
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.
◆ $update()
MCAPI void WebRTCNetworkPeer::$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.
◆ $isLocal()
MCAPI bool WebRTCNetworkPeer::$isLocal |
( |
| ) |
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.
◆ $isEncrypted()
MCAPI bool WebRTCNetworkPeer::$isEncrypted |
( |
| ) |
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.
◆ $vftable()
static MCAPI void ** WebRTCNetworkPeer::$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.
◆ $flush()
MCAPI void NetworkPeer::$flush |
( |
::std::function< void()> && | callback | ) |
|
|
inherited |
- 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: