Up to date

This page is up to date for Godot 4.2. If you still find outdated information, please open an issue.

WebRTCDataChannelExtension

Inherits: WebRTCDataChannel < PacketPeer < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Methods

void

_close ( ) virtual

int

_get_available_packet_count ( ) virtual const

int

_get_buffered_amount ( ) virtual const

int

_get_id ( ) virtual const

String

_get_label ( ) virtual const

int

_get_max_packet_life_time ( ) virtual const

int

_get_max_packet_size ( ) virtual const

int

_get_max_retransmits ( ) virtual const

Error

_get_packet ( const uint8_t ** r_buffer, int32_t* r_buffer_size ) virtual

String

_get_protocol ( ) virtual const

ChannelState

_get_ready_state ( ) virtual const

WriteMode

_get_write_mode ( ) virtual const

bool

_is_negotiated ( ) virtual const

bool

_is_ordered ( ) virtual const

Error

_poll ( ) virtual

Error

_put_packet ( const uint8_t* p_buffer, int p_buffer_size ) virtual

void

_set_write_mode ( WriteMode p_write_mode ) virtual

bool

_was_string_packet ( ) virtual const


Method Descriptions

void _close ( ) virtual

There is currently no description for this method. Please help us by contributing one!


int _get_available_packet_count ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


int _get_buffered_amount ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


int _get_id ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


String _get_label ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


int _get_max_packet_life_time ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


int _get_max_packet_size ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


int _get_max_retransmits ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


Error _get_packet ( const uint8_t ** r_buffer, int32_t* r_buffer_size ) virtual

There is currently no description for this method. Please help us by contributing one!


String _get_protocol ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


ChannelState _get_ready_state ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


WriteMode _get_write_mode ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


bool _is_negotiated ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


bool _is_ordered ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


Error _poll ( ) virtual

There is currently no description for this method. Please help us by contributing one!


Error _put_packet ( const uint8_t* p_buffer, int p_buffer_size ) virtual

There is currently no description for this method. Please help us by contributing one!


void _set_write_mode ( WriteMode p_write_mode ) virtual

There is currently no description for this method. Please help us by contributing one!


bool _was_string_packet ( ) virtual const

There is currently no description for this method. Please help us by contributing one!