IAdsNotifications.AddDeviceNotificationEx Method
Overload List
|
Name |
Description |
---|---|---|
|
AddDeviceNotificationEx(String, NotificationSettings, Object, Type) |
Connects a variable to the ADS client. The ADS client will be notified by the AdsNotificationEx event. |
|
AddDeviceNotificationEx(String, NotificationSettings, Object, Type, .Int32.) |
Connects a variable to the ADS client. The ADS client will be notified by the AdsNotificationEx event. |
|
AddDeviceNotificationEx(UInt32, UInt32, NotificationSettings, Object, Type) |
Connects a variable to the ADS client. The ADS client will be notified by the AdsNotificationEx event. |
|
AddDeviceNotificationEx(UInt32, UInt32, NotificationSettings, Object, Type, .Int32.) |
Connects a variable to the ADS client. The ADS client will be notified by the AdsNotification event. If type is a string type, the first element of the parameter args specifies the number of characters of the string. If type is an array type, the number of elements for each dimension has to be specified in the parameter args. Only primitive ('AnyType') types are allowed for the parameter type. |
- IAdsNotifications.AddDeviceNotificationEx Method (String, NotificationSettings, Object, Type)
- IAdsNotifications.AddDeviceNotificationEx Method (String, NotificationSettings, Object, Type, .Int32.)
- IAdsNotifications.AddDeviceNotificationEx Method (UInt32, UInt32, NotificationSettings, Object, Type)
- IAdsNotifications.AddDeviceNotificationEx Method (UInt32, UInt32, NotificationSettings, Object, Type, .Int32.)