![]() |
Lua Player Plus Vita
Documentation of lpp-vita
|
Public Member Functions | |
| void | init (void) |
| Initialize network system. | |
| void | term (void) |
| Terminate network system. | |
| void | initFTP (void) |
| Initialize debug FTP. | |
| void | termFTP (void) |
| Terminate debug FTP. | |
| string | getIPAddress (void) |
| Get console IP address. | |
| string | getMacAddress (void) |
| Get console Mac address. | |
| bool | isWifiEnabled (void) |
| Check if WiFi is available. | |
| int | getWifiLevel (void) |
| Get WiFi strength level. | |
| void | downloadFile (string url, string file, string useragent, HTTPMethod method, string postdata) |
| Download a file via HTTP protocol (synchronous). | |
| void | downloadFileAsync (string url, string file, string useragent, HTTPMethod method, string postdata) |
| Download a file via HTTP protocol (asynchronous). | |
| string | requestString (string url, string useragent, HTTPMethod method, string postdata) |
| Get an HTTP request result (synchronous). | |
| void | requestStringAsync (string url, string useragent, HTTPMethod method, string postdata) |
| Get an HTTP request result (asynchronous). | |