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

Inheritance: System.EventArgs
Mostrar archivo Open project: xabre/xamarin-bluetooth-le

Public Methods

Method Description
RssiReadCallbackEventArgs ( IDevice device, Exception error, int rssi ) : System

Method Details

RssiReadCallbackEventArgs() public method

public RssiReadCallbackEventArgs ( IDevice device, Exception error, int rssi ) : System
device IDevice
error System.Exception
rssi int
return System