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
inPeripheral
The peripheral that owns this service.
didUpdateValueFor
The descriptor that was updated.
error
Any error that may have occurred. It can be nil.
-
Declaration
Swift
internal func peripheral(_ inPeripheral: CBPeripheral, didWriteValueFor inCharacteristic: CBCharacteristic, error inError: Error?)
Parameters
inPeripheral
The peripheral that owns this service.
didUpdateValueFor
The descriptor that was updated.
error
Any error that may have occurred. It can be nil.