|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Describes the notification attributes controlling how and when an ADS device notification fires. More...
#include <packet-ams.h>
Public Attributes | |
| uint32_t | cbLength |
| uint32_t | nTransMode |
| uint32_t | nMaxDelay |
| uint32_t | nCycleTime |
| uint8_t | nCmpMax [sizeof(double)] |
| uint8_t | nCmpMin [sizeof(double)] |
Describes the notification attributes controlling how and when an ADS device notification fires.
| uint32_t AdsNotificationAttrib::cbLength |
Length in bytes of the data to be transmitted with each notification.
| uint8_t AdsNotificationAttrib::nCmpMax[sizeof(double)] |
Upper comparison value; notifications are suppressed when the value exceeds this limit.
| uint8_t AdsNotificationAttrib::nCmpMin[sizeof(double)] |
Lower comparison value; notifications are suppressed when the value falls below this limit.
| uint32_t AdsNotificationAttrib::nCycleTime |
Cycle time in 100ns units at which the ADS server checks for value changes.
| uint32_t AdsNotificationAttrib::nMaxDelay |
Maximum delay in 100ns units between a value change and the notification being sent.
| uint32_t AdsNotificationAttrib::nTransMode |
Transmission mode (e.g. on change, cyclic) determining when notifications are sent.