WebRTCDataChannel
Inherits: PacketPeer < RefCounted < Object
Inherited By: WebRTCDataChannelExtension
There is currently no description for this class. Please help us by contributing one!
Properties
|
Methods
void |
close ( ) |
get_buffered_amount ( ) const |
|
get_id ( ) const |
|
get_label ( ) const |
|
get_max_packet_life_time ( ) const |
|
get_max_retransmits ( ) const |
|
get_protocol ( ) const |
|
get_ready_state ( ) const |
|
is_negotiated ( ) const |
|
is_ordered ( ) const |
|
poll ( ) |
|
was_string_packet ( ) const |
Enumerations
enum WriteMode:
WriteMode WRITE_MODE_TEXT = 0
There is currently no description for this enum. Please help us by contributing one!
WriteMode WRITE_MODE_BINARY = 1
There is currently no description for this enum. Please help us by contributing one!
enum ChannelState:
ChannelState STATE_CONNECTING = 0
There is currently no description for this enum. Please help us by contributing one!
ChannelState STATE_OPEN = 1
There is currently no description for this enum. Please help us by contributing one!
ChannelState STATE_CLOSING = 2
There is currently no description for this enum. Please help us by contributing one!
ChannelState STATE_CLOSED = 3
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
WriteMode write_mode = 1
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
void close ( )
There is currently no description for this method. Please help us by contributing one!
int get_buffered_amount ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_id ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_label ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_max_packet_life_time ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_max_retransmits ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_protocol ( ) const
There is currently no description for this method. Please help us by contributing one!
ChannelState get_ready_state ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_negotiated ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_ordered ( ) const
There is currently no description for this method. Please help us by contributing one!
Error poll ( )
There is currently no description for this method. Please help us by contributing one!
bool was_string_packet ( ) const
There is currently no description for this method. Please help us by contributing one!