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.

StreamPeerExtension

Inherits: StreamPeer < RefCounted < Object

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

Methods

int

_get_available_bytes() virtual const

Error

_get_data(r_buffer: uint8_t*, r_bytes: int, r_received: int32_t*) virtual

Error

_get_partial_data(r_buffer: uint8_t*, r_bytes: int, r_received: int32_t*) virtual

Error

_put_data(p_data: const uint8_t*, p_bytes: int, r_sent: int32_t*) virtual

Error

_put_partial_data(p_data: const uint8_t*, p_bytes: int, r_sent: int32_t*) virtual


Method Descriptions

int _get_available_bytes() virtual const 🔗

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


Error _get_data(r_buffer: uint8_t*, r_bytes: int, r_received: int32_t*) virtual 🔗

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


Error _get_partial_data(r_buffer: uint8_t*, r_bytes: int, r_received: int32_t*) virtual 🔗

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


Error _put_data(p_data: const uint8_t*, p_bytes: int, r_sent: int32_t*) virtual 🔗

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


Error _put_partial_data(p_data: const uint8_t*, p_bytes: int, r_sent: int32_t*) 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.