Up to date
This page is up to date for Redot 4.3
.
If you still find outdated information, please create 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(r_buffer: |
|
_get_partial_data(r_buffer: |
|
_put_data(p_data: |
|
_put_partial_data(p_data: |
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(r_buffer: uint8_t*
, r_bytes: int, r_received: int32_t*
) virtual π
There is currently no description for this method. Please help us by contributing one!
Error _get_partial_data(r_buffer: uint8_t*
, r_bytes: int, r_received: int32_t*
) virtual π
There is currently no description for this method. Please help us by contributing one!
Error _put_data(p_data: const uint8_t*
, p_bytes: int, r_sent: int32_t*
) virtual π
There is currently no description for this method. Please help us by contributing one!
Error _put_partial_data(p_data: const uint8_t*
, p_bytes: int, r_sent: int32_t*
) virtual π
There is currently no description for this method. Please help us by contributing one!