Click or drag to resize

ICommandAcceptor Interface

Defines a type that can receive and execute commands.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public interface ICommandAcceptor : ICompreDriveControlPlugin

The ICommandAcceptor type exposes the following members.

Properties
 NameDescription
Public propertyPluginDisplayName Get a display name for this plugin.
(Inherited from ICompreDriveControlPlugin)
Top
Methods
 NameDescription
Public methodAcceptApiInstance Is called during plugin initialization on CompreDriveControl start and allows the plugin to receive an API interface of the CompreDriveControl instance it is loaded into.
Public methodAcceptLogInterface Is called once and allows the plugin to receive a log writer.
(Inherited from ICompreDriveControlPlugin)
Public methodExecuteCommand Execute the given command.
Public methodGetAvailableCommands Get the commands available to run.
Top
See Also