C# Class BluetoothLE.Droid.Service

Concrete implmentation of BluetoothLE.Core.IService interface
Inheritance: IService
Afficher le fichier Open project: tbrushwyler/Xamarin.BluetoothLE Class Usage Examples

Méthodes publiques

Méthode Description
DiscoverCharacteristics ( ) : void

Discovers the characteristics for the services.

Service ( Android.Bluetooth.BluetoothGattService nativeService, Android.Bluetooth.BluetoothGatt gatt, GattCallback callback ) : System

Initializes a new instance of the BluetoothLE.Droid.Service class.

ServiceIdFromUuid ( UUID uuid ) : System.Guid

Gets a service identifier from a UUID

Method Details

DiscoverCharacteristics() public méthode

Discovers the characteristics for the services.
public DiscoverCharacteristics ( ) : void
Résultat void

Service() public méthode

Initializes a new instance of the BluetoothLE.Droid.Service class.
public Service ( Android.Bluetooth.BluetoothGattService nativeService, Android.Bluetooth.BluetoothGatt gatt, GattCallback callback ) : System
nativeService Android.Bluetooth.BluetoothGattService Native service.
gatt Android.Bluetooth.BluetoothGatt Native Gatt.
callback GattCallback Callback.
Résultat System

ServiceIdFromUuid() public static méthode

Gets a service identifier from a UUID
public static ServiceIdFromUuid ( UUID uuid ) : System.Guid
uuid UUID The service UUID.
Résultat System.Guid