- acquire
void acquire()
Undocumented in source. Be warned that the author may not have intended to support it.
- addMembership
void addMembership(NetworkAddress multiaddr)
Undocumented in source. Be warned that the author may not have intended to support it.
- amOwner
bool amOwner()
Undocumented in source. Be warned that the author may not have intended to support it.
- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
void connect(string host, ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
void connect(NetworkAddress addr)
Undocumented in source. Be warned that the author may not have intended to support it.
- notifySocketEvent
void notifySocketEvent(SOCKET sock, WORD event, WORD error)
Undocumented in source. Be warned that the author may not have intended to support it.
- recv
ubyte[] recv(ubyte[] buf, NetworkAddress* peer_address)
Undocumented in source. Be warned that the author may not have intended to support it.
- recv
ubyte[] recv(Duration timeout, ubyte[] buf, NetworkAddress* peer_address)
Undocumented in source. Be warned that the author may not have intended to support it.
- release
void release()
Undocumented in source. Be warned that the author may not have intended to support it.
- send
void send(ubyte[] data, NetworkAddress* peer_address)
Undocumented in source. Be warned that the author may not have intended to support it.
- bindAddress
string bindAddress [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- canBroadcast
bool canBroadcast [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- canBroadcast
bool canBroadcast [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- localAddress
NetworkAddress localAddress [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- multicastLoopback
bool multicastLoopback [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- socket
SOCKET socket [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.