typedef_dart library

Typedefs

td_create_client_id = int Function()
td_execute = Pointer<Utf8> Function(Pointer<Utf8> request)
td_json_client_create = Pointer<NativeType> 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(int 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(int client_id, Pointer<Utf8> request)
td_set_log_message_callback = void Function(int max_verbosity_level, td_log_message_callback_ptr callback)