PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
RestApi.c File Reference

Data Structures

class  RestCallback
 
class  RestContext
 
class  RestApi
 

Enumerations

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 }
 

Functions

proto native RestApi CreateRestApi ()
 
proto native void DestroyRestApi ()
 
proto native RestApi GetRestApi ()
 

Enumeration Type Documentation

◆ ERestOption

Enumerator
ERESTOPTION_UNKNOWN 
ERESTOPTION_READOPERATION 
ERESTOPTION_CONNECTION 

◆ 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 

Function Documentation

◆ CreateRestApi()

proto native RestApi CreateRestApi ( )

◆ DestroyRestApi()

proto native void DestroyRestApi ( )

◆ GetRestApi()

proto native RestApi GetRestApi ( )