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
_get_available_bytes ( ) virtual const | |
_get_data ( uint8_t r_buffer, int r_bytes, int32_t r_received ) virtual | |
_get_partial_data ( uint8_t r_buffer, int r_bytes, int32_t r_received ) virtual | |
_put_data ( const uint8_t p_data, int p_bytes, int32_t r_sent ) virtual | |
_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!