Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
MockPlugin.AcquisitionService.MockCommandAndParameters Class Reference

Example definition of a command and its parameters that can be called for an AxelSemrau.Chronos.Plugin.ICommandUsingAcquisitionService. More...

Public Member Functions

override string ToString ()
 

Properties

int InstrumentNumber [get, set]
 
string SomeFakeCommand = "SayHello" [get, set]
 

Detailed Description

Example definition of a command and its parameters that can be called for an AxelSemrau.Chronos.Plugin.ICommandUsingAcquisitionService.

Definition at line 216 of file MockSimpleAcquisitionService.cs.

Member Function Documentation

◆ ToString()

override string MockPlugin.AcquisitionService.MockCommandAndParameters.ToString ( )

Property Documentation

◆ InstrumentNumber

int MockPlugin.AcquisitionService.MockCommandAndParameters.InstrumentNumber
getset

Definition at line 218 of file MockSimpleAcquisitionService.cs.

218{ get; set; }

◆ SomeFakeCommand

string MockPlugin.AcquisitionService.MockCommandAndParameters.SomeFakeCommand = "SayHello"
getset

Definition at line 219 of file MockSimpleAcquisitionService.cs.

219{ get; set; } = "SayHello";

The documentation for this class was generated from the following file: