NativeI2CmsgHelper class

Helper class which stores an array of native 'struct i2c_msg' messages. The user must call NativeI2CmsgHelper.dispose to free the allocated memory.

Constructors

NativeI2CmsgHelper(Pointer<NativeI2Cmsg> _messages, int size)

Properties

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

Methods

dispose() → void
Frees all allocated memory blocks.
getMessages() Pointer<NativeI2Cmsg>
Returns a Pointer
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