Arendi.BleLibrary
5.6.0.1400
Arendi.BleLibrary for OnSemi RSL-10 Dongle
|
Interface of all service implementations. More...
Public Member Functions | |
ICharacteristic | GetCharacteristic (string uuid) |
Get the characteristic with a given UUID. More... | |
ICharacteristic | GetCharacteristic (Uuid uuid) |
Get the characteristic with a given UUID. More... | |
Properties | |
Uuid | Uuid [get] |
Get the UUID of the service. More... | |
IEnumerable< ICharacteristic > | Characteristics [get] |
Get a list with all characteristics of this service. More... | |
ILog | Log [get] |
Logger instance. More... | |
Interface of all service implementations.
ICharacteristic Arendi.BleLibrary.Service.IService.GetCharacteristic | ( | string | uuid | ) |
Get the characteristic with a given UUID.
null
if no characteristic with this UUID is found.uuid | UUID of the characteristic. |
Implemented in OnSemi.RSL10.Adapter.Service.ServiceBase, and Arendi.BleLibrary.Service.ServiceBase.
ICharacteristic Arendi.BleLibrary.Service.IService.GetCharacteristic | ( | Uuid | uuid | ) |
Get the characteristic with a given UUID.
null
if no characteristic with this UUID is found.uuid | UUID of the characteristic. |
Implemented in OnSemi.RSL10.Adapter.Service.ServiceBase, and Arendi.BleLibrary.Service.ServiceBase.
|
get |
Get a list with all characteristics of this service.
|
get |
Logger instance.
|
get |
Get the UUID of the service.