AmsRouterState Enumeration
State of the AMS Router.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public enum AmsRouterState
VB
Public Enumeration AmsRouterState
Members
|
Member name |
Value |
Description |
---|---|---|---|
Unknown |
-1 |
Unknown Router State | |
Stop |
0 |
AMS Router is stopped. | |
Start |
1 |
AMS Router is started. | |
Removed |
2 |
AMS Router has been removed. |