BleDeviceManufacturerData constructor
BleDeviceManufacturerData({
- int? companyIdentifier,
- int? version,
- ComponentType? componentType,
- int? mainFirmwareVersionMajor,
- int? mainFirmwareVersionMinor,
- int? mainFirmwareVersionPatch,
- int? componentHAL,
- BatteryStatus? batteryStatus,
- bool? mainConstructionMode,
- String? subComponentIdentifier,
- bool? isOnline,
- bool? officeModeEnabled,
- bool? twoFactorRequired,
- bool? officeModeActive,
- String? identifier,
- int? subFirmwareVersionMajor,
- int? subFirmwareVersionMinor,
- int? subFirmwareVersionPatch,
- 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});