IAdsSession Interface
Interface IAdsSession
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public interface IAdsSession : ISession,
IConnectionStateProvider, ISymbolServerProvider
The IAdsSession type exposes the following members.
Properties
|
Name |
Description |
---|---|---|
|
Gets the Address specifier of the Session / connection | |
|
Gets the communication endpoint address string representation. (Inherited from ISession.) | |
|
Gets the Connection object. (Inherited from ISession.) | |
|
Gets the current Connection state of the IConnectionStateProvider (Inherited from IConnectionStateProvider.) | |
|
Gets the UTC time when the session was established. (Inherited from ISession.) | |
|
Gets the Session Id (Inherited from ISession.) | |
|
Gets a value indicating whether the session is connected. (Inherited from ISession.) | |
|
Gets the NetId of the Session | |
|
Gets the Session owner. | |
|
Gets the Ams Port of the Session | |
|
Gets the Session Provider (Inherited from ISession.) | |
|
Gets the symbol server. (Inherited from ISymbolServerProvider.) |
Methods
|
Name |
Description |
---|---|---|
| ||
|
Connects the session and returns the established IConnection object. (Inherited from ISession.) | |
|
Connects the session and returns the established IConnection object. (Inherited from ISession.) | |
| ||
|
Ensures, that the ISession is connected and returns the IConnection object. (Inherited from ISession.) |
Events
|
Name |
Description |
---|---|---|
|
Occurs when connection status of the IConnectionStateProvider has been changed. (Inherited from IConnectionStateProvider.) |