MimiDebugFeature

public protocol MimiDebugFeature

A debug-only feature exposing firmware-defined custom parameters.

Warning

This is a debugging/development-only API. The set of custom parameters, their identifiers, types, and controls are firmware-defined and may change at any time. Do not use this feature in production.
  • The firmware-defined custom parameters, in firmware-specified display order.

    Warning

    Debugging/development-only. See MimiDebugFeature.
    Declaration

    Swift

    var customParameters: [any MimiCustomParameter] { get }