Type | io / sandbox |
---|---|
Unlocked by | Lab |
This page assumes some familliarty with TCP/IP.
Command | Arguments | |
---|---|---|
0
|
No request | (none) |
1
|
Listen | Port
|
2
|
Connect | IP, Port
|
3
|
Send data | Connection ID, Data, Data Length
|
4
|
Close | Connection ID
|
5
|
Read next event | (none) |
Event | Results | |
---|---|---|
0
|
No new events | (none) |
1
|
Incomming Connection | Connection ID, Port
|
2
|
Connect complete | (none) |
3
|
Recieve data | Connection ID, Data, Data Length
|
4
|
Connection closed | Connection ID / Error code
|