RawClient class

Handle ffi types to let functions more dartful: client: Pointer <---> int (pointer.address) received result: Pointer

Constructors

RawClient({String? dir, String? file})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
td_create_client_id() int
td_execute(String request) String
td_json_client_create() int
td_json_client_destroy(int clientId) → dynamic
td_json_client_execute(int clientId, String request) String
td_json_client_receive(int clientId, double timeout) String?
It will return null if timed out
td_json_client_send(int clientId, String request) → dynamic
td_receive(double timeout) String?
It will return null if timed out
td_send(int clientId, String request) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited