WebRTCDataChannel

Inherits: PacketPeer < RefCounted < Object

Inherited By: WebRTCDataChannelExtension

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

Properties

WriteMode

write_mode

1

Methods

void

close ( )

int

get_buffered_amount ( ) const

int

get_id ( ) const

String

get_label ( ) const

int

get_max_packet_life_time ( ) const

int

get_max_retransmits ( ) const

String

get_protocol ( ) const

ChannelState

get_ready_state ( ) const

bool

is_negotiated ( ) const

bool

is_ordered ( ) const

Error

poll ( )

bool

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!