Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetShortStatus ( int maxLength ) : string |
Gets a short one-line status of this RemoteOutputAdapter.
|
|
Initialize ( ) : void |
Initializes this RemoteOutputAdapter.
|
|
RemoteOutputAdapter ( ) : System |
Initializes a new instance of the RemoteOutputAdapter class.
|
Method | Description | |
---|---|---|
AttemptConnection ( ) : void |
Attempts to connect to this RemoteOutputAdapter.
|
|
AttemptDisconnection ( ) : void |
Attempts to disconnect from this RemoteOutputAdapter.
|
|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by this RemoteOutputAdapter and optionally releases the managed resources.
|
|
ProcessMeasurements ( IMeasurement measurements ) : void |
Publishes measurements for archival.
|
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 |
protected ProcessMeasurements ( IMeasurement measurements ) : void | ||
measurements | IMeasurement | Measurements to be archived. |
return | void |