Go to the source code of this file.
|
enum | EJsonApiError {
ETJSON_UNKNOWN,
ETJSON_OK,
ETJSON_COMMSEND,
ETJSON_COMMRECV,
ETJSON_PARSERERROR,
ETJSON_PACKNOSTART,
ETJSON_TIMEOUT,
ETJSON_NOBUFFERS,
ETJSON_FAILFILELOAD,
ETJSON_FAILFILESAVE,
ETJSON_NOTARRAY
} |
|
◆ EJsonApiError
Enumerator |
---|
ETJSON_UNKNOWN | |
ETJSON_OK | |
ETJSON_COMMSEND | |
ETJSON_COMMRECV | |
ETJSON_PARSERERROR | |
ETJSON_PACKNOSTART | |
ETJSON_TIMEOUT | |
ETJSON_NOBUFFERS | |
ETJSON_FAILFILELOAD | |
ETJSON_FAILFILESAVE | |
ETJSON_NOTARRAY | |
Definition at line 7 of file jsonapi.c.
◆ CreateJsonApi()
proto native JsonApi CreateJsonApi |
( |
| ) |
|
◆ DestroyJsonApi()
proto native void DestroyJsonApi |
( |
| ) |
|
◆ GetJsonApi()
proto native JsonApi GetJsonApi |
( |
| ) |
|