CommListener
public protocol CommListener : AnyObject
Undocumented
-
Connected to host.
Declaration
Swift
func connected()
-
Disconnected from host.
Declaration
Swift
func disconnected()
-
Connection failed.
Declaration
Swift
func connectionFailed(error: CResultCode)
-
Message received.
Declaration
Swift
func messageReceived(message: Data)