OpenDroneIdAuthentication constructor

OpenDroneIdAuthentication({
  1. required uint32_t timestamp,
  2. required uint8_t targetSystem,
  3. required uint8_t targetComponent,
  4. required List<int8_t> idOrMac,
  5. required MavOdidAuthType authenticationType,
  6. required uint8_t dataPage,
  7. required uint8_t lastPageIndex,
  8. required uint8_t length,
  9. required List<int8_t> authenticationData,
})

Implementation

OpenDroneIdAuthentication({
  required this.timestamp,
  required this.targetSystem,
  required this.targetComponent,
  required this.idOrMac,
  required this.authenticationType,
  required this.dataPage,
  required this.lastPageIndex,
  required this.length,
  required this.authenticationData,
});