Protocols

The following protocols are available globally.

  • Protocol defining device operations.

    See more

    Declaration

    Swift

    public protocol DeviceRepository<T> : Sendable
  • Protocol representing a device.

    See more

    Declaration

    Swift

    public protocol Device : Decodable, Encodable, Sendable