OptionsViewControllerProtocol

protocol OptionsViewControllerProtocol : NSObjectProtocol

Delegate protocol for delegate classes to implement

  • Call back function definition to implement for handling the closing of the Custom Key view and retrieving the inputted values.

    Declaration

    Swift

    func onCloseOptionsWindow(useDefaultKey: Bool, textViewContent: String, nameFilter: String, rssiFilter: Int)

    Parameters

    useDefaultKey

    Flag indicating if default key should be used

    textViewContent

    Custom key (as hexadecimal string)

    nameFilter

    Reader Name filter

    rssiFilter

    rssiFilter value (in dbM)