C# Класс BluetoothLE.Droid.Service

Concrete implmentation of BluetoothLE.Core.IService interface
Наследование: IService
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

DiscoverCharacteristics() публичный Метод

Discovers the characteristics for the services.
public DiscoverCharacteristics ( ) : void
Результат void

Service() публичный Метод

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.
Результат System

ServiceIdFromUuid() публичный статический Метод

Gets a service identifier from a UUID
public static ServiceIdFromUuid ( UUID uuid ) : System.Guid
uuid UUID The service UUID.
Результат System.Guid