프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BeginInit | void | ||
ClientSocket_ConnectionAttempt | void | ||
ClientSocket_ConnectionEstablished | void | ||
ClientSocket_ConnectionTerminated | void | ||
ClientSocket_ReceiveDataComplete | void | ||
DataInitClient_ReceiveDataComplete | void | ||
EndInit | void | ||
PacketParser_DataParsed | void | ||
ServerSocket_ReceiveClientDataComplete | void | ||
ServerSocket_ServerStarted | void | ||
ServerSocket_ServerStopped | void |
메소드 | 설명 | |
---|---|---|
@Stop ( ) : void |
Stops the DataListener.
|
|
DataListener ( ) : System |
Initializes a new instance of the DataListener class.
|
|
DataListener ( IContainer container ) : System |
Initializes a new instance of the DataListener class.
|
|
Equals ( object obj ) : bool |
Determines whether the current DataListener object is equal to obj.
|
|
FindData ( int historianID ) : IDataPoint |
Gets the current data for the specified historianID.
|
|
GetHashCode ( ) : int |
Returns the hash code for the current DataListener object.
|
|
Initialize ( ) : void |
Initializes the DataListener. Initialize() is to be called by user-code directly only if the DataListener is not consumed through the designer surface of the IDE. |
|
LoadSettings ( ) : void |
Loads saved settings for the DataListener from the config file if the PersistSettings property is set to true.
|
|
SaveSettings ( ) : void |
Saves settings for the DataListener to the config file if the PersistSettings property is set to true.
|
|
Start ( ) : void |
Starts the DataListener synchronously.
|
|
StartAsync ( ) : void |
Starts the DataListener asynchronously.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the DataListener and optionally releases the managed resources.
|
|
OnDataChanged ( ) : void |
Raises the DataChanged event.
|
|
OnDataExtracted ( IList |
Raises the DataExtracted event.
|
|
OnDataInitComplete ( ) : void |
Raises the DataInitComplete event.
|
|
OnDataInitFailure ( ) : void |
Raises the DataInitFailure event.
|
|
OnDataInitPartial ( ) : void |
Raises the DataInitPartial event.
|
|
OnDataInitStart ( ) : void |
Raises the DataInitStart event.
|
|
OnListenerStarted ( ) : void |
Raises the ListenerStarted event.
|
|
OnListenerStarting ( ) : void |
Raises the ListenerStarting event.
|
|
OnListenerStopped ( ) : void |
Raises the ListenerStopped event.
|
|
OnListenerStopping ( ) : void |
Raises the ListenerStopping event.
|
|
OnSocketConnected ( ) : void |
Raises the SocketConnected event.
|
|
OnSocketConnecting ( ) : void |
Raises the SocketConnecting event.
|
|
OnSocketDisconnected ( ) : void |
Raises the SocketDisconnected event.
|
메소드 | 설명 | |
---|---|---|
BeginInit ( ) : void | ||
ClientSocket_ConnectionAttempt ( object sender, |
||
ClientSocket_ConnectionEstablished ( object sender, |
||
ClientSocket_ConnectionTerminated ( object sender, |
||
ClientSocket_ReceiveDataComplete ( object sender, int>.EventArgs |
||
DataInitClient_ReceiveDataComplete ( object sender, int>.EventArgs |
||
EndInit ( ) : void | ||
PacketParser_DataParsed ( object sender, EventArgs |
||
ServerSocket_ReceiveClientDataComplete ( object sender, EventArgs |
||
ServerSocket_ServerStarted ( object sender, EventArgs e ) : void | ||
ServerSocket_ServerStopped ( object sender, EventArgs e ) : void |
public DataListener ( IContainer container ) : System | ||
container | IContainer | |
리턴 | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
리턴 | void |
public Equals ( object obj ) : bool | ||
obj | object | Object against which the current |
리턴 | bool |
public FindData ( int historianID ) : IDataPoint | ||
historianID | int | Historian identifier whose current data is to be retrieved. |
리턴 | IDataPoint |
protected OnDataExtracted ( IList |
||
data | IList |
Extracted time-series data to send to |
리턴 | void |