Property | Type | Description | |
---|---|---|---|
StartDataReader | void | ||
m_archiveReader_DataReadException | void | ||
m_archiveReader_HistoricFileListBuildComplete | void | ||
m_archiveReader_HistoricFileListBuildException | void | ||
m_archiveReader_HistoricFileListBuildStart | void | ||
m_readTimer_Elapsed | void |
Method | Description | |
---|---|---|
GetShortStatus ( int maxLength ) : string |
Gets a short one-line status of this LocalInputAdapter.
|
|
Initialize ( ) : void |
Initializes this LocalInputAdapter.
|
|
LocalInputAdapter ( ) : System |
Creates a new instance of the LocalInputAdapter.
|
Method | Description | |
---|---|---|
AttemptConnection ( ) : void |
Attempts to connect to this LocalInputAdapter.
|
|
AttemptDisconnection ( ) : void |
Attempts to disconnect from this LocalInputAdapter.
|
|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the LocalInputAdapter object and optionally releases the managed resources.
|
Method | Description | |
---|---|---|
StartDataReader ( object state ) : void | ||
m_archiveReader_DataReadException ( object sender, EventArgs |
||
m_archiveReader_HistoricFileListBuildComplete ( object sender, |
||
m_archiveReader_HistoricFileListBuildException ( object sender, EventArgs |
||
m_archiveReader_HistoricFileListBuildStart ( object sender, |
||
m_readTimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
return | void |
public GetShortStatus ( int maxLength ) : string | ||
maxLength | int | Maximum length of the status message. |
return | string |