ListPluginsRequest

data class ListPluginsRequest(val name: String = "camera._listPlugins", val parameters: EmptyParameter = EmptyParameter()) : CommandApiRequest

list plugins request

Constructors

Link copied to clipboard
constructor(name: String = "camera._listPlugins", parameters: EmptyParameter = EmptyParameter())

Properties

Link copied to clipboard
open override val name: String

Command to execute

Link copied to clipboard
open override val parameters: EmptyParameter

Input parameters required to execute each command