RVS_BTDriver_OBD_MacOS_Test_Harness_Command_ViewController

class RVS_BTDriver_OBD_MacOS_Test_Harness_Command_ViewController : RVS_BTDriver_OBD_MacOS_Test_Harness_Base_Device_ViewController

Static Properties

RVS_BTDriver_OBD_DeviceDelegate Handlers

  • This is called when an OBD device updates its transaction.

    Declaration

    Swift

    override func deviceUpdatedTransaction(_ updatedTransaction: RVS_BTDriver_OBD_Device_TransactionStruct)

    Parameters

    updatedTransaction

    The transaction that was updated. It may be nil.

  • Error reporting method.

    Declaration

    Swift

    override func device(_ inDevice: RVS_BTDriver_OBD_DeviceProtocol, encounteredThisError inError: RVS_BTDriver.Errors)

    Parameters

    inDevice

    The RVS_BTDriver_OBD_DeviceProtocol instance that encountered the error.

    encounteredThisError

    The error that was encountered.

Instance Methods

  • Sets up the UI elements.

    Declaration

    Swift

    func setUpUI()