PendingCommand
public struct PendingCommand
extension PendingCommand: Sendable
extension PendingCommand: Equatable, Hashable
Represents a “pending” command.
-
Declaration
Swift
public var deviceId: String -
Declaration
Swift
public var command: RemoteCommand -
Declaration
Swift
public var timeRequested: Timestamp -
Declaration
Swift
public var timeSent: Timestamp? -
Declaration
Swift
public init(deviceId: String, command: RemoteCommand, timeRequested: Timestamp, timeSent: Timestamp?) -
Declaration
Swift
public static func == (lhs: PendingCommand, rhs: PendingCommand) -> Bool -
Declaration
Swift
public func hash(into hasher: inout Hasher)