AmsRouterState Enumeration
State of the AMS Router.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public enum AmsRouterState
Members
|
Member name |
Value |
Description |
---|---|---|---|
None |
0 |
Unknown Router State (None, Uninitialized) | |
Stopped |
1 |
AMS Router is stopped. | |
Started |
2 |
AMS Router is started. | |
Removed |
3 |
AMS Router has been removed. |