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

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

Public Methods

Method Description
CharacteristicUpdatedEventArgs ( ICharacteristic characteristic ) : Plugin.BLE.Abstractions.Contracts

Method Details

CharacteristicUpdatedEventArgs() public method

public CharacteristicUpdatedEventArgs ( ICharacteristic characteristic ) : Plugin.BLE.Abstractions.Contracts
characteristic ICharacteristic
return Plugin.BLE.Abstractions.Contracts