setMode method

List<int> setMode(
  1. List<int> data
)

Implementation

List<int> setMode(List<int> data) => func.packet(ble.setMode, data);