BleDeviceManufacturerData constructor

BleDeviceManufacturerData({
  1. int? companyIdentifier,
  2. int? version,
  3. ComponentType? componentType,
  4. int? mainFirmwareVersionMajor,
  5. int? mainFirmwareVersionMinor,
  6. int? mainFirmwareVersionPatch,
  7. int? componentHAL,
  8. BatteryStatus? batteryStatus,
  9. bool? mainConstructionMode,
  10. String? subComponentIdentifier,
  11. bool? isOnline,
  12. bool? officeModeEnabled,
  13. bool? twoFactorRequired,
  14. bool? officeModeActive,
  15. String? identifier,
  16. int? subFirmwareVersionMajor,
  17. int? subFirmwareVersionMinor,
  18. int? subFirmwareVersionPatch,
  19. bool? subConstructionMode,
})

Implementation

BleDeviceManufacturerData(
    {this.companyIdentifier,
    this.version,
    this.componentType,
    this.mainFirmwareVersionMajor,
    this.mainFirmwareVersionMinor,
    this.mainFirmwareVersionPatch,
    this.componentHAL,
    this.batteryStatus,
    this.mainConstructionMode,
    this.subComponentIdentifier,
    this.isOnline,
    this.officeModeEnabled,
    this.twoFactorRequired,
    this.officeModeActive,
    this.identifier,
    this.subFirmwareVersionMajor,
    this.subFirmwareVersionMinor,
    this.subFirmwareVersionPatch,
    this.subConstructionMode});