FrskyPassthroughArray constructor

FrskyPassthroughArray({
  1. required uint32_t timeBootMs,
  2. required uint8_t count,
  3. required List<int8_t> packetBuf,
})

Implementation

FrskyPassthroughArray({
  required this.timeBootMs,
  required this.count,
  required this.packetBuf,
});