godot_net_stream_peer

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

data
godot_object data;
Undocumented in source.
get_available_bytes
int function(const void* user) get_available_bytes;
Undocumented in source.
get_data
godot_error function(void* user, ubyte* p_buffer, int p_bytes) get_data;
Undocumented in source.
get_partial_data
godot_error function(void* user, ubyte* p_buffer, int p_bytes, int* r_received) get_partial_data;
Undocumented in source.
next
void* next;
Undocumented in source.
put_data
godot_error function(void* user, const ubyte* p_data, int p_bytes) put_data;
Undocumented in source.
put_partial_data
godot_error function(void* user, const ubyte* p_data, int p_bytes, int* r_sent) put_partial_data;
Undocumented in source.

Meta