C# Class Plugin.BLE.Abstractions.EventArgs.BluetoothStateChangedArgs

Inheritance: System.EventArgs
显示文件 Open project: xabre/xamarin-bluetooth-le Class Usage Examples

Public Methods

Method Description
BluetoothStateChangedArgs ( BluetoothState oldState, BluetoothState newState ) : Plugin.BLE.Abstractions.Contracts

Method Details

BluetoothStateChangedArgs() public method

public BluetoothStateChangedArgs ( BluetoothState oldState, BluetoothState newState ) : Plugin.BLE.Abstractions.Contracts
oldState BluetoothState
newState BluetoothState
return Plugin.BLE.Abstractions.Contracts