menu
clingwinsdk package
documentation
wearablesdk/model/cling_cmd.dart
HListToCInt
toCInt16 method
toCInt16 method
dark_mode
light_mode
toCInt16
method
void
toCInt16
(
Array
<
Int16
>
arr
)
Implementation
void toCInt16(Array<Int16> arr) { for (var e in indexed) { arr[e.$1] = e.$2 & 0xFF; } }
clingwinsdk package
documentation
wearablesdk/model/cling_cmd
HListToCInt
toCInt16 method
HListToCInt extension on
List
<
int
>