HTTP_IO_RESULT Enumeration
C
typedef enum {
HTTP_IO_DONE = 0u,
HTTP_IO_NEED_DATA,
HTTP_IO_WAITING
} HTTP_IO_RESULT;
Description
Result states for execution callbacks.
Members
Members | Description |
---|---|
HTTP_IO_DONE = 0u | Finished with procedure. |
HTTP_IO_NEED_DATA | More data needed to continue, call again later. |
HTTP_IO_WAITING | Waiting for asynchronous process to complete, call again later. |