replyDevice method

Future<List<int>> replyDevice()

Implementation

Future<List<int>> replyDevice() {
  return getElinkA7Data([0x88, 0x00]);
}