ClaidCoreBindings class
Bindings for ../../core/capi.h
.
Regenerate bindings with flutter pub run ffigen --config ffigen.yaml
.
Constructors
- ClaidCoreBindings(DynamicLibrary dynamicLibrary)
-
The symbols are looked up in
dynamicLibrary
. -
ClaidCoreBindings.fromLookup(Pointer<
T> lookup<T extends NativeType>(String symbolName) ) -
The symbols are looked up with
lookup
.
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
-
attach_cpp_runtime(
Pointer< Void> handle) → Pointer<Void> -
disable_designer_mode(
Pointer< Void> handle) → void -
enable_designer_mode(
Pointer< Void> handle) → void -
get_common_data_path(
Pointer< Void> handle) → Pointer<Char> -
get_device_id(
Pointer< Void> handle) → Pointer<Char> -
get_host_id(
Pointer< Void> handle) → Pointer<Char> -
get_log_sink_severity_level(
Pointer< Void> handle) → int -
get_payload_data_path(
Pointer< Void> handle) → Pointer<Char> -
get_socket_path(
Pointer< Void> handle) → Pointer<Char> -
get_user_id(
Pointer< Void> handle) → Pointer<Char> -
load_new_config(
Pointer< Void> handle, Pointer<Char> config_file) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set_common_data_path(
Pointer< Void> handle, Pointer<Char> path) → void -
set_payload_data_path(
Pointer< Void> handle, Pointer<Char> path) → void -
shutdown_core(
Pointer< Void> handle) → void -
start_core(
Pointer< Char> socket_path, Pointer<Char> config_file, Pointer<Char> host_id, Pointer<Char> user_id, Pointer<Char> device_id) → Pointer<Void> -
start_core_with_event_tracker(
Pointer< Char> socket_path, Pointer<Char> config_file, Pointer<Char> host_id, Pointer<Char> user_id, Pointer<Char> device_id, Pointer<Char> common_data_path) → Pointer<Void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited