CentralConnectionStateChangedEventArgs constructor
CentralConnectionStateChangedEventArgs(
- Central central,
- ConnectionState state
Constructs a CentralConnectionStateChangedEventArgs.
Implementation
CentralConnectionStateChangedEventArgs(this.central, this.state);