AdsCommandId Enumeration
AdsCommandId Enumeration (for AdsCommand typed commands.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public enum AdsCommandIdMembers
|
Member name |
Value |
Description |
|---|---|---|
|
None |
0 |
None / Uninitialized |
|
Invalid |
0 |
Invalid |
|
ReadDeviceInfo |
1 |
ReadDeviceInfo command |
|
Read |
2 |
Read Command |
|
Write |
3 |
Write Command |
|
ReadState |
4 |
ReadState Command |
|
WriteControl |
5 |
WriteControl Command |
|
AddNotification |
6 |
AddNotification Command |
|
DeleteNotification |
7 |
DeleteNotification Command |
|
Notification |
8 |
Notification event. |
|
ReadWrite |
9 |
ReadWrite Command |