Skip to content

ConnectionStatus

Used to describe the state of a connection to a Router

swift
enum ConnectionStatus

Enumeration Cases

connected

swift
case connected

connecting

swift
case connecting

notConnected

swift
case notConnected

Default Implementations

Equatable-Implementations