Show / Hide Table of Contents

    Class AndroidBluetoothBroadcastReceiver

    A general-purpose broadcast receiver for monitoring BLE states.

    Inheritance
    System.Object
    AndroidBluetoothBroadcastReceiver
    Namespace: Sensus.Android.Probes.Context
    Assembly: SensusAndroid.dll
    Syntax
    public class AndroidBluetoothBroadcastReceiver : BroadcastReceiver

    Constructors

    AndroidBluetoothBroadcastReceiver()

    Declaration
    public AndroidBluetoothBroadcastReceiver()

    Methods

    OnReceive(Context, Intent)

    Declaration
    public override void OnReceive(Context context, Intent intent)
    Parameters
    Type Name Description
    Android.Content.Context context
    Android.Content.Intent intent

    Events

    DEVICE_FOUND

    Declaration
    public static event EventHandler<BluetoothDevice> DEVICE_FOUND
    Event Type
    Type Description
    System.EventHandler<Android.Bluetooth.BluetoothDevice>

    STATE_CHANGED

    Declaration
    public static event EventHandler<State> STATE_CHANGED
    Event Type
    Type Description
    System.EventHandler<Android.Bluetooth.State>
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX