Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.Plugin.INeedAConnection Interface Reference

For devices that need some kind of user configured connection string to address the hardware. More...

+ Inheritance diagram for AxelSemrau.Chronos.Plugin.INeedAConnection:
+ Collaboration diagram for AxelSemrau.Chronos.Plugin.INeedAConnection:

Properties

string Connection [get, set]
 Name of a serial port, IP address, hostname.... More...
 
- Properties inherited from AxelSemrau.Chronos.Plugin.IDevice
string DisplayedTypeName [get]
 Text which is displayed in the instruments settings "Autosampler Type" column and in many other places. More...
 
string DeviceTypeDescription [get]
 Text which is displayed to make clear which kind of device a named sampler is. More...
 
string Name [get, set]
 User-selected name for the device instance. More...
 

Additional Inherited Members

- Public Member Functions inherited from AxelSemrau.Chronos.Plugin.IDevice
void Connect ()
 You may have connected to the device before this, but make sure you are connected after this. More...
 
void Disconnect ()
 You may disconnect now. More...
 
- Events inherited from AxelSemrau.Chronos.Plugin.IDevice
Action< ConnectionStateConnectionStateChanged
 Raise this event when your connection state has changed. More...
 

Detailed Description

For devices that need some kind of user configured connection string to address the hardware.

Definition at line 204 of file DeviceInterfaces.cs.

Property Documentation

◆ Connection

string AxelSemrau.Chronos.Plugin.INeedAConnection.Connection
getset

Name of a serial port, IP address, hostname....

Definition at line 209 of file DeviceInterfaces.cs.

210  {
211  get;
212  set;
213  }

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