ConnectionState
public struct ConnectionState : Equatable
Connection state type.
-
Undocumented
Declaration
Swift
public let uuid: UInt64 -
Undocumented
Declaration
Swift
public let isConnected: Bool -
Initializes a new
ConnectionState.Declaration
Swift
public init(uuid: UInt64, isConnected: Bool)Parameters
uuidUUID of the vehicle
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