|
enum class | State : int {
Closed = 0
, Binding = 1
, Bound = 2
, Connecting = 3
,
Connected = 4
} |
|
|
AsyncPacketSocket & | operator= (AsyncPacketSocket const &) |
|
| AsyncPacketSocket (AsyncPacketSocket const &) |
|
virtual::rtc::SocketAddress | GetLocalAddress () const =0 |
|
virtual::rtc::SocketAddress | GetRemoteAddress () const =0 |
|
virtual int | Send (void const *, uint64, ::rtc::PacketOptions const &)=0 |
|
virtual int | SendTo (void const *, uint64, ::rtc::SocketAddress const &, ::rtc::PacketOptions const &)=0 |
|
virtual int | Close ()=0 |
|
virtual::rtc::AsyncPacketSocket::State | GetState () const =0 |
|
virtual int | GetOption (::rtc::Socket::Option, int *)=0 |
|
virtual int | SetOption (::rtc::Socket::Option, int)=0 |
|
virtual int | GetError () const =0 |
|
virtual void | SetError (int)=0 |
|
MCAPI void | DeregisterReceivedPacketCallback () |
|
MCAPI void | NotifyPacketReceived (::rtc::ReceivedPacket const &) |
|
MCAPI void | RegisterReceivedPacketCallback (::absl::AnyInvocable< void(::rtc::AsyncPacketSocket *, ::rtc::ReceivedPacket const &)>) |
|
MCAPI void | SubscribeCloseEvent (void const *, ::std::function< void(::rtc::AsyncPacketSocket *, int)>) |
|
MCAPI void | UnsubscribeCloseEvent (void const *) |
|
MCAPI void * | $ctor () |
|
|
static MCAPI void ** | $vftable () |
|
The documentation for this class was generated from the following file: