Home
last modified time | relevance | path

Searched refs:NHTTPConnectionHandle (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/net/compatible/nhttp/
Dnhttp.h181 typedef s32 NHTTPConnectionHandle; /**< 接続ハンドルID */ typedef
186 typedef s32 (*NHTTPConnectionCallback)(NHTTPConnectionHandle handle, NHTTPConnectionEvent event, vo…
254 NHTTPConnectionHandle NHTTP_CreateConnection(const char *url, NHTTPReqMethod method, char *bodyBuf,…
255 s32 NHTTP_DestroyConnection(NHTTPConnectionHandle handle);
256 s32 NHTTP_StartConnection(NHTTPConnectionHandle handle);
257 s32 NHTTP_StartConnectionAsync(NHTTPConnectionHandle handle);
258 s32 NHTTP_CancelConnection(NHTTPConnectionHandle handle);
259 s32 NHTTP_WaitForConnection(NHTTPConnectionHandle handle);
260 s32 NHTTP_GetConnectionStatus(NHTTPConnectionHandle handle);
261 s32 NHTTP_GetConnectionProgress(NHTTPConnectionHandle handle, u32 *received, u32 *contentLen);
[all …]