CLCmdVibraData class final

Data structure for Leap vibration information(fudan customed).

Constructors

CLCmdVibraData({required int vibra_interval, required int vibra_during, required int vibra_freq, required bool vibra_enable})
CLCmdVibraData.from(PERIPHERAL_VIBRA_DATA v)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vibra_during int
final
vibra_enable bool
final
vibra_freq int
final
vibra_interval 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