#include <kii_socket_callback.h>
Data Fields | |
| void * | app_context |
| int | socket |
| kii_http_error_t | http_error |
| void* kii_socket_context_t::app_context |
Application specific context object. Used by socket callback implementations.
| kii_http_error_t kii_socket_context_t::http_error |
HTTP client error.
| int kii_socket_context_t::socket |
Application specific socket. Used by socket callback implementations.
1.8.6