CanBindings class
Bindings for src/burt_can
.
Regenerate bindings with dart run ffigen --config ffigen-can.yaml -v severe
.
Constructors
- CanBindings(DynamicLibrary dynamicLibrary)
-
The symbols are looked up in
dynamicLibrary
. -
CanBindings.fromLookup(Pointer<
T> lookup<T extends NativeType>(String symbolName) ) -
The symbols are looked up with
lookup
.
Properties
- addresses → _SymbolAddresses
-
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
BurtCan_close(
Pointer< BurtCan> pointer) → BurtCanStatus -
BurtCan_create(
Pointer< Utf8> interface1, int readTimeout, BurtCanType type) → Pointer<BurtCan> -
BurtCan_free(
Pointer< BurtCan> pointer) → void -
BurtCan_open(
Pointer< BurtCan> pointer) → BurtCanStatus -
BurtCan_receive(
Pointer< BurtCan> pointer, Pointer<NativeCanMessage> message) → BurtCanStatus -
BurtCan_send(
Pointer< BurtCan> pointer, Pointer<NativeCanMessage> message) → BurtCanStatus -
NativeCanMessage_create(
) → Pointer< NativeCanMessage> -
NativeCanMessage_free(
Pointer< NativeCanMessage> pointer) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited