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