![]() |
Lua Player Plus Vita
Documentation of lpp-vita
|
Public Member Functions | |
| int | createServerSocket (int port, NetProtocol protocol) |
| Create a server socket. | |
| int | connect (string host, int port, NetProtocol protocol) |
| Connect to a server. | |
| int | send (int sock, string data) |
| Send data via socket. | |
| string | receive (int sock, int size) |
| Send data via socket. | |
| int | accept (int sock) |
| Accept new connections for a server socket. | |
| void | close (int sock) |
| Close a socket. | |