Work in progress

Godot documentation is being updated to reflect the latest changes in version 4.0. Some documentation pages may still state outdated information. This banner will tell you if you're reading one of such pages.

The contents of this page are up to date. If you can still find outdated information, please open an issue.

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 ( const uint8_t ** r_buffer, int32_t* r_buffer_size ) virtual

Error

_put_packet ( const uint8_t* p_buffer, int p_buffer_size ) 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 ( const uint8_t ** r_buffer, int32_t* r_buffer_size ) virtual

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


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

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