AdsTransMode
public enum AdsTransMode
{
Cyclic = 3,
OnChange = 4,
}
Members
Member Name | Description |
---|---|
Cyclic | The AdsSyncNotification-Event is fired cyclically. |
OnChange | The AdsSyncNotification-Event is fired when the data changes. |
public enum AdsTransMode
{
Cyclic = 3,
OnChange = 4,
}
Member Name | Description |
---|---|
Cyclic | The AdsSyncNotification-Event is fired cyclically. |
OnChange | The AdsSyncNotification-Event is fired when the data changes. |