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