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

Data Structures

class  JsonApiHandle
 
class  JsonApi
 

Enumerations

enum  EJsonApiError {
  ETJSON_UNKNOWN , ETJSON_OK , ETJSON_COMMSEND , ETJSON_COMMRECV ,
  ETJSON_PARSERERROR , ETJSON_PACKNOSTART , ETJSON_TIMEOUT , ETJSON_NOBUFFERS ,
  ETJSON_FAILFILELOAD , ETJSON_FAILFILESAVE , ETJSON_NOTARRAY
}
 

Functions

proto native JsonApi CreateJsonApi ()
 
proto native void DestroyJsonApi ()
 
proto native JsonApi GetJsonApi ()
 

Enumeration Type Documentation

◆ EJsonApiError

Enumerator
ETJSON_UNKNOWN 
ETJSON_OK 
ETJSON_COMMSEND 
ETJSON_COMMRECV 
ETJSON_PARSERERROR 
ETJSON_PACKNOSTART 
ETJSON_TIMEOUT 
ETJSON_NOBUFFERS 
ETJSON_FAILFILELOAD 
ETJSON_FAILFILESAVE 
ETJSON_NOTARRAY 

Function Documentation

◆ CreateJsonApi()

proto native JsonApi CreateJsonApi ( )

◆ DestroyJsonApi()

proto native void DestroyJsonApi ( )

◆ GetJsonApi()

proto native JsonApi GetJsonApi ( )