Interface AsyncSocket
Asynchronous socket interface
interface AsyncSocket;
Properties
| Name | Type | Description |
|---|---|---|
state[get]
|
SocketState |
Methods
| Name | Description |
|---|---|
connect
(host, port)
|
|
disconnect
()
|
|
send
(data)
|