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_receive = Pointer<Utf8> Function(Double timeout)
td_send = Void Function(Int32 client_id, Pointer<Utf8> request)