Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
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!