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.
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!