PeripheralConnectionStateChangedEventArgs constructor
PeripheralConnectionStateChangedEventArgs(
- Peripheral peripheral,
- ConnectionState state
Constructs a PeripheralConnectionStateChangedEventArgs.
Implementation
PeripheralConnectionStateChangedEventArgs(this.peripheral, this.state);