dtd

Undocumented in source.

Members

Functions

td_json_client_create
void* td_json_client_create()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
td_json_client_destroy
void td_json_client_destroy(void* client)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
td_json_client_execute
char* td_json_client_execute(void* client, char* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
td_json_client_receive
char* td_json_client_receive(void* client, double timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
td_json_client_send
void td_json_client_send(void* client, char* request)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta