Taking a break on net
This commit is contained in:
@@ -61,14 +61,19 @@ typedef struct {
|
||||
} networkpsp_t;
|
||||
|
||||
errorret_t networkPspInit();
|
||||
|
||||
errorret_t networkPspUpdate();
|
||||
|
||||
errorret_t networkPspDispose();
|
||||
|
||||
bool_t networkPspIsConnected();
|
||||
|
||||
void networkPspRequestConnection(
|
||||
void (*onConnected)(void *user),
|
||||
void (*onFailed)(errorret_t error, void *user),
|
||||
void *user
|
||||
);
|
||||
|
||||
void networkPspHTTPRequest(
|
||||
const char_t *url,
|
||||
const networkhttprequestmethod_t method,
|
||||
@@ -79,3 +84,5 @@ void networkPspHTTPRequest(
|
||||
networkhttpcallback_t callback,
|
||||
networkhttperrorcallback_t errorCallback
|
||||
);
|
||||
|
||||
bool_t networkPspIsConnectionModalOpen();
|
||||
Reference in New Issue
Block a user