BLESetupManagerDelegate
public protocol BLESetupManagerDelegate
Delegate Protocol of the BLESetupManager
-
The gateway changed its network connection status.
Declaration
Swift
func blesetup(manager: BLESetupManager, didChangeConnectionStatus status: BLESetupManager.Status, with network: SPNetwork)Parameters
managerInstance of the BLESetupManager used
statusNew connection status
networkThe network it is connecting to/is connected to/tried to connect to
-
The client did receive an error while setting up the gateway
Declaration
Swift
func blesetup(manager: BLESetupManager, didReceiveError error: Error)Parameters
managerInstance of the BLESetupManager used
errorError that occurred
BLESetupManagerDelegate Protocol Reference