Method | Description | |
---|---|---|
ConnectData ( int topicId, Array &Strings, bool &GetNewValues ) : object | ||
DisconnectData ( int topicId ) : void | ||
Heartbeat ( ) : int | ||
RefreshData ( int &topicCount ) : Array | ||
ServerStart ( IRTDUpdateEvent CallbackObject ) : int | ||
ServerTerminate ( ) : void |
Method | Description | |
---|---|---|
Callback ( object sender, EventArgs e ) : void | ||
GetTime ( ) : string |
public ConnectData ( int topicId, Array &Strings, bool &GetNewValues ) : object | ||
topicId | int | |
Strings | Array | |
GetNewValues | bool | |
return | object |
public RefreshData ( int &topicCount ) : Array | ||
topicCount | int | |
return | Array |
public ServerStart ( IRTDUpdateEvent CallbackObject ) : int | ||
CallbackObject | IRTDUpdateEvent | |
return | int |