RcChannelsRaw constructor

RcChannelsRaw({
  1. required uint32_t timeBootMs,
  2. required uint16_t chan1Raw,
  3. required uint16_t chan2Raw,
  4. required uint16_t chan3Raw,
  5. required uint16_t chan4Raw,
  6. required uint16_t chan5Raw,
  7. required uint16_t chan6Raw,
  8. required uint16_t chan7Raw,
  9. required uint16_t chan8Raw,
  10. required uint8_t port,
  11. required uint8_t rssi,
})

Implementation

RcChannelsRaw({
  required this.timeBootMs,
  required this.chan1Raw,
  required this.chan2Raw,
  required this.chan3Raw,
  required this.chan4Raw,
  required this.chan5Raw,
  required this.chan6Raw,
  required this.chan7Raw,
  required this.chan8Raw,
  required this.port,
  required this.rssi,
});