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

Implement this interface if your device is a barcode reader that can be used with the ReadBarcode task. More...

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

Public Member Functions

string ReadBarcode ()
 Return the read barcode here. More...
 
- 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...
 

Additional Inherited Members

- 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...
 
- Events inherited from AxelSemrau.Chronos.Plugin.IDevice
Action< ConnectionStateConnectionStateChanged
 Raise this event when your connection state has changed. More...
 

Detailed Description

Implement this interface if your device is a barcode reader that can be used with the ReadBarcode task.

Definition at line 490 of file DeviceInterfaces.cs.

Member Function Documentation

◆ ReadBarcode()

string AxelSemrau.Chronos.Plugin.IBarcodeReader.ReadBarcode ( )

Return the read barcode here.

Returns

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