#include <crtc.h>
|
| enum | State { kConnecting,
kOpen,
kClosing,
kClosed
} |
| |
|
typedef Functor< void(const Let< ArrayBuffer > &buffer, bool binary)> | MessageCallback |
| |
§ BufferedAmount()
| virtual uint64_t crtc::RTCDataChannel::BufferedAmount |
( |
| ) |
|
|
pure virtual |
§ BufferedAmountLowThreshold()
| virtual uint64_t crtc::RTCDataChannel::BufferedAmountLowThreshold |
( |
| ) |
|
|
pure virtual |
§ Close()
| virtual void crtc::RTCDataChannel::Close |
( |
| ) |
|
|
pure virtual |
§ Id()
| virtual int crtc::RTCDataChannel::Id |
( |
| ) |
|
|
pure virtual |
§ Label()
| virtual std::string crtc::RTCDataChannel::Label |
( |
| ) |
|
|
pure virtual |
§ MaxPacketLifeTime()
| virtual uint16_t crtc::RTCDataChannel::MaxPacketLifeTime |
( |
| ) |
|
|
pure virtual |
§ MaxRetransmits()
| virtual uint16_t crtc::RTCDataChannel::MaxRetransmits |
( |
| ) |
|
|
pure virtual |
§ Negotiated()
| virtual bool crtc::RTCDataChannel::Negotiated |
( |
| ) |
|
|
pure virtual |
§ Ordered()
| virtual bool crtc::RTCDataChannel::Ordered |
( |
| ) |
|
|
pure virtual |
§ Protocol()
| virtual std::string crtc::RTCDataChannel::Protocol |
( |
| ) |
|
|
pure virtual |
§ ReadyState()
| virtual State crtc::RTCDataChannel::ReadyState |
( |
| ) |
|
|
pure virtual |
§ Send()
| virtual void crtc::RTCDataChannel::Send |
( |
const Let< ArrayBuffer > & |
data, |
|
|
bool |
binary = true |
|
) |
| |
|
pure virtual |
§ onbufferedamountlow
| Callback crtc::RTCDataChannel::onbufferedamountlow |
§ onclose
| Callback crtc::RTCDataChannel::onclose |
§ onerror
| ErrorCallback crtc::RTCDataChannel::onerror |
§ onmessage
| MessageCallback crtc::RTCDataChannel::onmessage |
§ onopen
| Callback crtc::RTCDataChannel::onopen |
The documentation for this class was generated from the following file: