RouterStatus Enumeration
Enum RouterStatus
Namespace: TwinCAT.Ads.TcpRouter
Assembly: TwinCAT.Ads.TcpRouter (in TwinCAT.Ads.TcpRouter.dll) Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public enum RouterStatusMembers
|
Member name |
Value |
Description |
|---|---|---|
|
None |
0 |
None / Uninitialized |
|
Initializing |
1 |
Initializing |
|
Starting |
2 |
Router Starting |
|
Started |
3 |
Router Started / Executing |
|
Stopping |
4 |
Router Stopping. |
|
Stopped |
5 |
Router stopped. |
Remarks
Indicates the status of the router.