Go to the source code of this file.
|
enum | ERestResultState {
EREST_EMPTY,
EREST_PENDING,
EREST_FEEDING,
EREST_SUCCESS,
EREST_PROCESSED,
EREST_ERROR,
EREST_ERROR_CLIENTERROR,
EREST_ERROR_SERVERERROR,
EREST_ERROR_APPERROR,
EREST_ERROR_TIMEOUT,
EREST_ERROR_NOTIMPLEMENTED,
EREST_ERROR_UNKNOWN
} |
|
enum | ERestOption { ERESTOPTION_UNKNOWN,
ERESTOPTION_READOPERATION,
ERESTOPTION_CONNECTION
} |
|
◆ ERestOption
Enumerator |
---|
ERESTOPTION_UNKNOWN | |
ERESTOPTION_READOPERATION | |
ERESTOPTION_CONNECTION | |
Definition at line 28 of file restapi.c.
◆ ERestResultState
Enumerator |
---|
EREST_EMPTY | |
EREST_PENDING | |
EREST_FEEDING | |
EREST_SUCCESS | |
EREST_PROCESSED | |
EREST_ERROR | |
EREST_ERROR_CLIENTERROR | |
EREST_ERROR_SERVERERROR | |
EREST_ERROR_APPERROR | |
EREST_ERROR_TIMEOUT | |
EREST_ERROR_NOTIMPLEMENTED | |
EREST_ERROR_UNKNOWN | |
Definition at line 8 of file restapi.c.
◆ CreateRestApi()
proto native RestApi CreateRestApi |
( |
| ) |
|
◆ DestroyRestApi()
proto native void DestroyRestApi |
( |
| ) |
|
◆ GetRestApi()
proto native RestApi GetRestApi |
( |
| ) |
|