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!
© Copyright 2014-present Juan Linietsky, Ariel Manzur and the Godot community (CC BY 3.0). Revision 53e837c6
.
Built with Sphinx using a theme provided by Read the Docs.