C# Класс CsvAdapters.CsvInputAdapter

Наследование: InputAdapterBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ProcessMeasurements void
ReadNextRecord bool
m_looseTimer_Elapsed void

Открытые методы

Метод Описание
CsvInputAdapter ( ) : System

Initializes a new instance of the CsvInputAdapter class.

GetShortStatus ( int maxLength ) : string

Gets a short one-line status of this CsvInputAdapter.

Initialize ( ) : void

Initializes this CsvInputAdapter.

Защищенные методы

Метод Описание
AttemptConnection ( ) : void

Attempts to connect to this CsvInputAdapter.

AttemptDisconnection ( ) : void

Attempts to disconnect from this CsvInputAdapter.

Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the CsvInputAdapter object and optionally releases the managed resources.

Приватные методы

Метод Описание
ProcessMeasurements ( ) : void
ReadNextRecord ( long currentTime ) : bool
m_looseTimer_Elapsed ( object sender, ElapsedEventArgs e ) : void

Описание методов

AttemptConnection() защищенный Метод

Attempts to connect to this CsvInputAdapter.
protected AttemptConnection ( ) : void
Результат void

AttemptDisconnection() защищенный Метод

Attempts to disconnect from this CsvInputAdapter.
protected AttemptDisconnection ( ) : void
Результат void

CsvInputAdapter() публичный Метод

Initializes a new instance of the CsvInputAdapter class.
public CsvInputAdapter ( ) : System
Результат System

Dispose() защищенный Метод

Releases the unmanaged resources used by the CsvInputAdapter object and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Результат void

GetShortStatus() публичный Метод

Gets a short one-line status of this CsvInputAdapter.
public GetShortStatus ( int maxLength ) : string
maxLength int Maximum length of the status message.
Результат string

Initialize() публичный Метод

Initializes this CsvInputAdapter.
public Initialize ( ) : void
Результат void