C# Class BluetoothLE.Core.Events.CharacteristicReadEventArgs

Characteristic read event arguments.
Inheritance: System.EventArgs
ファイルを表示 Open project: tbrushwyler/Xamarin.BluetoothLE Class Usage Examples

Public Methods

Method Description
CharacteristicReadEventArgs ( ICharacteristic characteristic ) : System

Initializes a new instance of the BluetoothLE.Core.Events.CharacteristicReadEventArgs class.

Method Details

CharacteristicReadEventArgs() public method

Initializes a new instance of the BluetoothLE.Core.Events.CharacteristicReadEventArgs class.
public CharacteristicReadEventArgs ( ICharacteristic characteristic ) : System
characteristic ICharacteristic The characteristic that was read.
return System