CharacteristicProtocol
public protocol CharacteristicProtocol
Gormsson protocol for a characteristic.
-
A 128-bit UUID that identifies the characteristic.
Declaration
Swift
var uuid: CBUUID { get } -
The service that this characteristic belongs to.
Declaration
Swift
var service: GattService { get } -
The value’s format of the characteristic.
Declaration
Swift
var format: DataInitializable.Type { get }
View on GitHub
Install in Dash
CharacteristicProtocol Protocol Reference