CentralConnectionStateChangedEventArgs constructor

CentralConnectionStateChangedEventArgs(
  1. Central central,
  2. ConnectionState state
)

Implementation

CentralConnectionStateChangedEventArgs(this.central, this.state);