BluetoothTerminalManagerDelegate
public protocol BluetoothTerminalManagerDelegate
The BluetoothTerminalManagerDelegate
protocol defines the methods that a
delegate of a BluetoothTerminalManager
object must adopt.
-
Invoked when the central manager’s state is updated.
Declaration
Swift
func bluetoothTerminalManagerDidUpdateState( _ manager: BluetoothTerminalManager)
Parameters
manager
the Bluetooth terminal manager
-
Invoked when the Bluetooth terminal manager discovers a card terminal while scanning.
Declaration
Swift
func bluetoothTerminalManager(_ manager: BluetoothTerminalManager, didDiscover terminal: CardTerminal)
Parameters
manager
the Bluetooth terminal manager
terminal
the card terminal