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
vendorIDThe vendor ID of the component for which config to be set.
productIDThe product ID of the component for which config to be set.
keyThe key of the config to be set.
valueThe value of the config to be set.
 
            View on GitHub
          
      DeviceConfigElement Structure Reference