Represents an input adapters that listens for time-series data from a remote Historian.
| C# | Visual Basic | Visual C++ |
public class RemoteInputAdapter : InputAdapterBase
Public Class RemoteInputAdapter _ Inherits InputAdapterBase
public ref class RemoteInputAdapter : public InputAdapterBase
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| RemoteInputAdapter()()()() |
Initializes a new instance of the RemoteInputAdapter class.
| |
| AssignParentCollection(IAdapterCollection) | (Inherited from AdapterBase.) | |
| AttemptConnection()()()() |
Attempts to connect to this RemoteInputAdapter.
(Overrides InputAdapterBase.AttemptConnection()()()().) | |
| AttemptDisconnection()()()() |
Attempts to disconnect from this RemoteInputAdapter.
(Overrides InputAdapterBase.AttemptDisconnection()()()().) | |
| AutoStart()()()() | (Inherited from AdapterBase.) | |
| ConnectionAttemptInterval()()()() | (Inherited from InputAdapterBase.) | |
| ConnectionString()()()() | (Inherited from AdapterBase.) | |
| DataSource()()()() | (Inherited from AdapterBase.) | |
| Dispose(Boolean) |
Releases the unmanaged resources used by this RemoteInputAdapter and optionally releases the managed resources.
(Overrides InputAdapterBase.Dispose(Boolean).) | |
| Dispose()()()() | (Inherited from AdapterBase.) | |
| Disposed()()()() | (Inherited from AdapterBase.) | |
| Enabled()()()() | (Inherited from AdapterBase.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | (Inherited from AdapterBase.) | |
| GetHashCode()()()() | (Inherited from AdapterBase.) | |
| GetShortStatus(Int32) |
Gets a short one-line status of this RemoteInputAdapter.
(Overrides AdapterBase.GetShortStatus(Int32).) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ID()()()() | (Inherited from AdapterBase.) | |
| IncrementProcessedMeasurements(Int64) | (Inherited from AdapterBase.) | |
| InitializationTimeout()()()() | (Inherited from AdapterBase.) | |
| Initialize()()()() |
Initializes this RemoteInputAdapter.
(Overrides InputAdapterBase.Initialize()()()().) | |
| Initialized()()()() | (Inherited from AdapterBase.) | |
| InitiateConnection |
Gets or sets a value that indicates whether the listener will initiate the connection to the TVA Historian.
| |
| InputMeasurementKeys()()()() | (Inherited from AdapterBase.) | |
| InputMeasurementKeysUpdated()()()() | (Inherited from AdapterBase.) | |
| IsConnected()()()() | (Inherited from InputAdapterBase.) | |
| IsInputMeasurement(MeasurementKey) | (Inherited from AdapterBase.) | |
| MeasurementReportingInterval()()()() | (Inherited from AdapterBase.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name()()()() | (Inherited from AdapterBase.) | |
| NewMeasurements()()()() | (Inherited from InputAdapterBase.) | |
| OnConnected()()()() | (Inherited from InputAdapterBase.) | |
| OnDisconnected()()()() | (Inherited from InputAdapterBase.) | |
| OnInputMeasurementKeysUpdated()()()() | (Inherited from AdapterBase.) | |
| OnNewMeasurements(ICollection<(Of <<'(IMeasurement>)>>)) | (Inherited from InputAdapterBase.) | |
| OnOutputMeasurementsUpdated()()()() | (Inherited from AdapterBase.) | |
| OnProcessException(Exception) | (Inherited from InputAdapterBase.) | |
| OnStatusMessage(String) | (Inherited from AdapterBase.) | |
| OnStatusMessage(String, array<Object>[]()[][]) | (Inherited from AdapterBase.) | |
| OutputMeasurements()()()() | (Inherited from AdapterBase.) | |
| OutputMeasurementsUpdated()()()() | (Inherited from AdapterBase.) | |
| OutputSourceIDs()()()() | (Inherited from InputAdapterBase.) | |
| Parent()()()() | (Inherited from AdapterBase.) | |
| Port |
Gets or sets the port on which the TVA Historian is broadcasting data.
| |
| ProcessedMeasurements()()()() | (Inherited from AdapterBase.) | |
| ProcessException()()()() | (Inherited from AdapterBase.) | |
| ProcessingInterval()()()() | (Inherited from AdapterBase.) | |
| ProcessMeasurementFilter()()()() | (Inherited from AdapterBase.) | |
| Protocol |
Gets or sets the type of connection used to connect to the TVA Historian.
| |
| RequestedOutputMeasurementKeys()()()() | (Inherited from InputAdapterBase.) | |
| RunTime()()()() | (Inherited from AdapterBase.) | |
| Server |
Gets or sets the host name or IP address of the TVA Historian.
| |
| SetInitializedState(Boolean) | (Inherited from AdapterBase.) | |
| SetTemporalConstraint(String, String, String) | (Inherited from AdapterBase.) | |
| Settings()()()() | (Inherited from AdapterBase.) | |
| Start()()()() | (Inherited from InputAdapterBase.) | |
| StartTime()()()() | (Inherited from AdapterBase.) | |
| StartTimeConstraint()()()() | (Inherited from AdapterBase.) | |
| Status |
Returns the detailed status of the data input source.
(Overrides InputAdapterBase.Status()()()().) | |
| StatusMessage()()()() | (Inherited from AdapterBase.) | |
| Stop()()()() | (Inherited from InputAdapterBase.) | |
| StopTime()()()() | (Inherited from AdapterBase.) | |
| StopTimeConstraint()()()() | (Inherited from AdapterBase.) | |
| SupportsTemporalProcessing |
Gets the flag indicating if this adapter supports temporal processing.
(Overrides AdapterBase.SupportsTemporalProcessing()()()().) | |
| ToString()()()() | (Inherited from Object.) | |
| UseAsyncConnect |
Gets flag that determines if this RemoteInputAdapter uses an asynchronous connection.
(Overrides InputAdapterBase.UseAsyncConnect()()()().) | |
| WaitForInitialize(Int32) | (Inherited from AdapterBase.) |
| Object | |||
| AdapterBase | |||
| InputAdapterBase | |||
| RemoteInputAdapter | |||