C# Class Plugin.BLE.Android.CallbackEventArgs.CharacteristicWriteCallbackEventArgs

Mostrar archivo Open project: xabre/xamarin-bluetooth-le

Public Methods

Method Description
CharacteristicWriteCallbackEventArgs ( Android.Bluetooth.BluetoothGattCharacteristic characteristic, Exception exception = null ) : System

Method Details

CharacteristicWriteCallbackEventArgs() public method

public CharacteristicWriteCallbackEventArgs ( Android.Bluetooth.BluetoothGattCharacteristic characteristic, Exception exception = null ) : System
characteristic Android.Bluetooth.BluetoothGattCharacteristic
exception System.Exception
return System