GetCustomConfigCommand

public struct GetCustomConfigCommand : CommandRequest

Command to get the custom config.

See also

Commands
  • Initialize a command request.

    Declaration

    Swift

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

    Parameters

    vendorID

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

    productID

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

    key

    The key for which config to be retrieved.