BleTerminal
Class: BleTerminal
Provide interaction to Ble Terminal. Call BleService.getTerminal(terminalID:) to get an instance of BleTerminal.
Properties
delegate: BleTerminalDelegate?
public weak var delegate: BleTerminalDelegate?
The object that acts as the delegate of the Ble Terminal
hasKey: Bool
public var hasKey: Bool { get }
Indicate whether terminal authentication key is available
authKey: String?
public var authKey: String? { get }
Indicate the terminal authentication key
connectionState: BleConnectionState
public private(set) var connectionState: BleConnectionState { get }
Indicate current connection state to Ble Terminal
signalStrength: BleSignalStrength
public private(set) var signalStrength: BleSignalStrength { get }
Indicate current signal strength to Ble Terminal