BmSetNotifyValueRequest constructor

BmSetNotifyValueRequest({
  1. required DeviceIdentifier remoteId,
  2. required Guid serviceUuid,
  3. required Guid? secondaryServiceUuid,
  4. required Guid characteristicUuid,
  5. required bool forceIndications,
  6. required bool enable,
})

Implementation

BmSetNotifyValueRequest({
  required this.remoteId,
  required this.serviceUuid,
  required this.secondaryServiceUuid,
  required this.characteristicUuid,
  required this.forceIndications,
  required this.enable,
});