- close
void function(void*) close;
Undocumented in source.
- data
godot_object* data;
Undocumented in source.
- get_available_packet_count
godot_int function(const void*) get_available_packet_count;
Undocumented in source.
- get_id
int function(const void*) get_id;
Undocumented in source.
- get_label
char* function(const void*) get_label;
Undocumented in source.
- get_max_packet_life_time
int function(const void*) get_max_packet_life_time;
Undocumented in source.
- get_max_packet_size
godot_int function(const void*) get_max_packet_size;
Undocumented in source.
- get_max_retransmits
int function(const void*) get_max_retransmits;
Undocumented in source.
- get_packet
godot_error function(void*, const uint8_t**, int*) get_packet;
Undocumented in source.
- get_protocol
char* function(const void*) get_protocol;
Undocumented in source.
- get_ready_state
godot_int function(const void*) get_ready_state;
Undocumented in source.
- get_write_mode
godot_int function(const void*) get_write_mode;
Undocumented in source.
- is_negotiated
bool function(const void*) is_negotiated;
Undocumented in source.
- is_ordered
bool function(const void*) is_ordered;
Undocumented in source.
- next
void* next;
Undocumented in source.
- poll
godot_error function(void*) poll;
Undocumented in source.
- put_packet
godot_error function(void*, const uint8_t*, int) put_packet;
Undocumented in source.
- set_write_mode
void function(void*, godot_int) set_write_mode;
Undocumented in source.
- was_string_packet
bool function(const void*) was_string_packet;
Undocumented in source.