GATTCharacteristicWriteRequestedEventArgs constructor

GATTCharacteristicWriteRequestedEventArgs(
  1. Central central,
  2. GATTCharacteristic characteristic,
  3. GATTWriteRequest request
)

Implementation

GATTCharacteristicWriteRequestedEventArgs(
  this.central,
  this.characteristic,
  this.request,
);