typedef library

Typedefs

td_create_client_id = Int32 Function()
td_execute = Pointer<Utf8> Function(Pointer<Utf8> request)
td_json_client_create = Pointer<Void> Function()
td_json_client_destroy = Void Function(Pointer<NativeType> client)
td_json_client_execute = Pointer<Utf8> Function(Pointer<NativeType> client, Pointer<Utf8> request)
td_json_client_receive = Pointer<Utf8> Function(Pointer<NativeType> client, Double timeout)
td_json_client_send = Void Function(Pointer<NativeType> client, Pointer<Utf8> request)
td_log_message_callback = Void Function(Int32 verbosity_level, Pointer<Utf8> message)
td_log_message_callback_ptr = Pointer<NativeFunction<td_log_message_callback>>
td_receive = Pointer<Utf8> Function(Double timeout)
td_send = Void Function(Int32 client_id, Pointer<Utf8> request)
td_set_log_message_callback = Void Function(Int32 max_verbosity_level, td_log_message_callback_ptr callback)