onMessageReciver property

void Function(HLReciver) onMessageReciver
getter/setter pair

Implementation

static void Function(HLReciver) onMessageReciver = (r){
  // slog('recive value start: $r');
  clingNative.cwsQueuePacket(r.datas, r.len);
  printProtocolPtr(r.datas, r.len, protocolStart: 2, prefix: "RSCV");

  slog('[ble-->native] recive ble value: $r');
};