IAnalyzer Interface |
The IAnalyzer type exposes the following members.
| Name | Description | |
|---|---|---|
| Available | Gets a value indicating whether the analyzer is generally available to be used. | |
| Connected | Gets a value indicating whether the analyzer is connected. | |
| CyclingMethod | Gets the Cycling measurement method. | |
| EISMethod | Gets the EIS measurement method. | |
| NativeProcedureMethod | Gets the Native Procedure measurement method. | |
| OCPMethod | Gets the OCP measurement method. | |
| UniqueIdentifier | Gets the unique analyzer name used for identifying it in commands. |
| Name | Description | |
|---|---|---|
| AcceptApiInstance |
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.
(Inherited from ICommandAcceptor) | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) | |
| ExecuteCommand |
Execute the given command.
(Inherited from ICommandAcceptor) | |
| GetAvailableCommands |
Get the commands available to run.
(Inherited from ICommandAcceptor) | |
| Initialize | Initialize the analyzer implementation. |