TdCharNative typedef

TdCharNative = Pointer<Char>

Functions int td_create_client_id () void td_send (int client_id, const char *request) const char * td_receive (double timeout) const char * td_execute (const char *request) void td_set_log_message_callback (int max_verbosity_level, td_log_message_callback_ptr callback) void * td_json_client_create () void td_json_client_send (void *client, const char *request) const char * td_json_client_receive (void *client, double timeout) const char * td_json_client_execute (void *client, const char *request) void td_json_client_destroy (void *client)

Implementation

// typedef TdStringNative = Pointer<Utf8>;
typedef TdCharNative = Pointer<Char>;