Up to date
This page is up to date for Redot 4.3
.
If you still find outdated information, please create an issue.
PacketPeerExtensionΒΆ
Inherits: PacketPeer < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
MethodsΒΆ
_get_available_packet_count() virtual const |
|
_get_max_packet_size() virtual const |
|
_get_packet(r_buffer: |
|
_put_packet(p_buffer: |
Method DescriptionsΒΆ
int _get_available_packet_count() virtual const π
There is currently no description for this method. Please help us by contributing one!
int _get_max_packet_size() virtual const π
There is currently no description for this method. Please help us by contributing one!
Error _get_packet(r_buffer: const uint8_t **
, r_buffer_size: int32_t*
) virtual π
There is currently no description for this method. Please help us by contributing one!
Error _put_packet(p_buffer: const uint8_t*
, p_buffer_size: int) virtual π
There is currently no description for this method. Please help us by contributing one!