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_receive = Pointer<Utf8> Function(double timeout)
td_send = void Function(int client_id, Pointer<Utf8> request)