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