Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
AdsNotificationAttrib Struct Reference

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)]
 

Detailed Description

Describes the notification attributes controlling how and when an ADS device notification fires.

Member Data Documentation

◆ cbLength

uint32_t AdsNotificationAttrib::cbLength

Length in bytes of the data to be transmitted with each notification.

◆ nCmpMax

uint8_t AdsNotificationAttrib::nCmpMax[sizeof(double)]

Upper comparison value; notifications are suppressed when the value exceeds this limit.

◆ nCmpMin

uint8_t AdsNotificationAttrib::nCmpMin[sizeof(double)]

Lower comparison value; notifications are suppressed when the value falls below this limit.

◆ nCycleTime

uint32_t AdsNotificationAttrib::nCycleTime

Cycle time in 100ns units at which the ADS server checks for value changes.

◆ nMaxDelay

uint32_t AdsNotificationAttrib::nMaxDelay

Maximum delay in 100ns units between a value change and the notification being sent.

◆ nTransMode

uint32_t AdsNotificationAttrib::nTransMode

Transmission mode (e.g. on change, cyclic) determining when notifications are sent.


The documentation for this struct was generated from the following file: