CLCmdAccConfig class final

Data structure for Leap acc config(fudan customed).

Constructors

CLCmdAccConfig({required int sample_interval, required int sample_during, required int sample_rate, required bool autosync_enable})
CLCmdAccConfig.from(PERIPHERAL_ACC_DATA_CONFIG v)
factory

Properties

autosync_enable bool
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sample_during int
final
sample_interval int
final
sample_rate int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send() → void
toString() String
A string representation of this object.
inherited

Operators

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