isConnected()
Checks the current connection status.
func isConnected() -> Bool
Return value
true if there is a connection with VIVE AI Glasses; otherwise, false .
See also
Connectivity and authentication
func connect () throws
Initiates a connection with VIVE AI Glasses.
func disconnect ()
Requests to disconnect from VIVE AI Glasses.
Responding from VIVE AI Glasses event
func glasses(didUpdateConnectionState: ConnectionState)
Tells the delegate when the connection state changes.