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

MembersDescription
HTTP_IO_DONE = 0uFinished with procedure.
HTTP_IO_NEED_DATAMore data needed to continue, call again later.
HTTP_IO_WAITINGWaiting for asynchronous process to complete, call again later.