Interface AsyncSocket

Asynchronous socket interface

interface AsyncSocket;

Properties

NameTypeDescription
state[get] SocketState

Methods

NameDescription
connect (host, port)
disconnect ()
send (data)