AdsCommandId Enumeration
AdsCommandId Enumeration
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public enum AdsCommandId
Members
|
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 |