SpringCard SpringCore Library for .NET  20.04.16
High-level access to the SpringCore devices
SpringCard.SpringCore.Direct.Ble.BleDirect Class Reference

BLE hardware abstraction layer. More...

Static Public Member Functions

static void Enable ()
 Enable BLE interface. More...
 
static void Disable ()
 Disable BLE interface. More...
 
static List< BleDirectDeviceEnumDevices ()
 Retrieve the list of SpringCore BLE devices. More...
 
static BleDirectDevice GetDeviceByAddress (string DeviceAddress)
 Retrieve one BLE device, given its BT_ADDR. More...
 

Static Public Attributes

const string SpringCardDirectGUID = "{6cb501b7-96f6-4eef-acb1-d7535f153cf0}"
 GUID of the SpringCard Direct BLE service. More...
 

Detailed Description

BLE hardware abstraction layer.

Member Function Documentation

◆ Disable()

static void SpringCard.SpringCore.Direct.Ble.BleDirect.Disable ( )
static

Disable BLE interface.

◆ Enable()

static void SpringCard.SpringCore.Direct.Ble.BleDirect.Enable ( )
static

Enable BLE interface.

◆ EnumDevices()

static List<BleDirectDevice> SpringCard.SpringCore.Direct.Ble.BleDirect.EnumDevices ( )
static

Retrieve the list of SpringCore BLE devices.

◆ GetDeviceByAddress()

static BleDirectDevice SpringCard.SpringCore.Direct.Ble.BleDirect.GetDeviceByAddress ( string  DeviceAddress)
static

Retrieve one BLE device, given its BT_ADDR.

Member Data Documentation

◆ SpringCardDirectGUID

const string SpringCard.SpringCore.Direct.Ble.BleDirect.SpringCardDirectGUID = "{6cb501b7-96f6-4eef-acb1-d7535f153cf0}"
static

GUID of the SpringCard Direct BLE service.


The documentation for this class was generated from the following file: