Up to date
This page is up to date for Redot 4.3
.
If you still find outdated information, please create 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 |
_get_available_packet_count() virtual const |
|
_get_buffered_amount() virtual const |
|
_get_id() virtual const |
|
_get_label() virtual const |
|
_get_max_packet_life_time() virtual const |
|
_get_max_packet_size() virtual const |
|
_get_max_retransmits() virtual const |
|
_get_packet(r_buffer: |
|
_get_protocol() virtual const |
|
_get_ready_state() virtual const |
|
_get_write_mode() virtual const |
|
_is_negotiated() virtual const |
|
_is_ordered() virtual const |
|
_poll() virtual |
|
_put_packet(p_buffer: |
|
void |
_set_write_mode(p_write_mode: WriteMode) virtual |
_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(r_buffer: const uint8_t **
, r_buffer_size: int32_t*
) 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!
There is currently no description for this method. Please help us by contributing one!
Error _put_packet(p_buffer: const uint8_t*
, p_buffer_size: int) virtual π
There is currently no description for this method. Please help us by contributing one!
void _set_write_mode(p_write_mode: WriteMode) 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!