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