ConnectionState
public struct ConnectionState : Equatable
Connection state type.
-
Undocumented
Declaration
Swift
public let isConnected: Bool -
Initializes a new
ConnectionState.Declaration
Swift
public init(isConnected: Bool)Parameters
isConnectedWhether the vehicle got connected or disconnected
-
Declaration
Swift
public static func == (lhs: ConnectionState, rhs: ConnectionState) -> Bool
View on GitHub
Install in Dash
ConnectionState Structure Reference