PeripheralConnectionStateChangedEventArgs constructor

PeripheralConnectionStateChangedEventArgs(
  1. Peripheral peripheral,
  2. ConnectionState state
)

Implementation

PeripheralConnectionStateChangedEventArgs(
  this.peripheral,
  this.state,
);