IncomingDeviceCommand

public enum IncomingDeviceCommand : Equatable, Hashable
extension IncomingDeviceCommand: Sendable

A command invoked by another device.

This enum represents all possible commands that can be invoked on the device. It is the responsibility of the application to interpret each command.