DeviceConfigElement

public struct DeviceConfigElement

Represents custom config element to be set on the component.

  • Initialize the custom config element.

    Declaration

    Swift

    public init(
      vendorID: String = TagConstants.vendor,
      productID: String = TagConstants.product,
      key: String,
      value: ConfigValue
    )

    Parameters

    vendorID

    The vendor ID of the component for which config to be set.

    productID

    The product ID of the component for which config to be set.

    key

    The key of the config to be set.

    value

    The value of the config to be set.