Outdated documentation

This documentation page refers to Godot 4.3, and may be outdated or incorrect.
Additionally, this engine version is no longer supported.

Check this page in the stable branch for the latest additions and corrections.

PacketPeerExtension

Inherits: PacketPeer < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Methods

int

_get_available_packet_count() virtual const

int

_get_max_packet_size() virtual const

Error

_get_packet(r_buffer: const uint8_t **, r_buffer_size: int32_t*) virtual

Error

_put_packet(p_buffer: const uint8_t*, p_buffer_size: int) virtual


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!


User-contributed notes

Please read the User-contributed notes policy before submitting a comment.