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

    isConnected

    Whether the vehicle got connected or disconnected

  • Declaration

    Swift

    public static func == (lhs: ConnectionState, rhs: ConnectionState) -> Bool