RVS_BTDriver_Vendor_OBD_Kiwi_Device
class RVS_BTDriver_Vendor_OBD_Kiwi_Device : RVS_BTDriver_Device_OBD
This is a specialization of the device for OBD Devices.
-
This returns an easy-to-display description string
Declaration
Swift
public override var description: String { get } -
Declaration
Swift
internal func peripheral(_ inPeripheral: CBPeripheral, didWriteValueFor inDescriptor: CBDescriptor, error inError: Error?)Parameters
inPeripheralThe peripheral that owns this service.
didUpdateValueForThe descriptor that was updated.
errorAny error that may have occurred. It can be nil.
-
Declaration
Swift
internal func peripheral(_ inPeripheral: CBPeripheral, didWriteValueFor inCharacteristic: CBCharacteristic, error inError: Error?)Parameters
inPeripheralThe peripheral that owns this service.
didUpdateValueForThe descriptor that was updated.
errorAny error that may have occurred. It can be nil.
View on GitHub
RVS_BTDriver_Vendor_OBD_Kiwi_Device Class Reference