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.