Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
restapi.c File Reference

Go to the source code of this file.

Classes

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 

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.

Function Documentation

◆ CreateRestApi()

proto native RestApi CreateRestApi ( )

◆ DestroyRestApi()

proto native void DestroyRestApi ( )

◆ GetRestApi()

proto native RestApi GetRestApi ( )