adsSyncDelDeviceNotificationReqEx
A notification defined previously is deleted from an ADS server (thread-safe).
This has no effect on the AdsCallback object.
long adsSyncDelDeviceNotificationReqEx (
long lj_port,
AmsAddr lj_AmsAddr,
JNILong lj_hNotification
);
Parameter
- long: lj_port port number of an ADS port that had previously been opened with AdsPortOpenEx or AdsPortOpen.
- AmsAddr lj_AmsAddr: object with NetId and port number from ADS server.
- JNILong lj_hNotification: JNILong object containing the notification number to be deleted.
Return value
long: returns the error state of the function.