Up to date

This page is up to date for Godot 4.0. If you still find outdated information, please open an issue.

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 ( uint8_t* r_buffer, int r_bytes, int32_t* r_received ) virtual

Error

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

Error

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

Error

_put_partial_data ( const uint8_t* p_data, int p_bytes, int32_t* r_sent ) 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 ( uint8_t* r_buffer, int r_bytes, int32_t* r_received ) virtual

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


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

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


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

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


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

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