|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
AMS protocol header, common to all AMS commands. More...
#include <packet-ams.h>
Public Attributes | |
| AmsAddr | target |
| AmsAddr | sender |
| uint16_t | cmdId |
| uint16_t | stateFlags |
| uint32_t | cbData |
| ErrCodeUnion | anErrCodeUnion |
| UserUnion | aUserUnion |
AMS protocol header, common to all AMS commands.
| ErrCodeUnion AmsHead::anErrCodeUnion |
Error code or receive handle for this message.
| UserUnion AmsHead::aUserUnion |
User/invoke ID or fragment/packet counters.
| uint32_t AmsHead::cbData |
Length in bytes of the data payload following this header.
| uint16_t AmsHead::cmdId |
AMS command identifier (e.g. Read, Write, ReadWrite).
| AmsAddr AmsHead::sender |
AMS address of the sender (source) device.
| uint16_t AmsHead::stateFlags |
AMS state flags (request/response, ADS state bits).
| AmsAddr AmsHead::target |
AMS address of the target (destination) device.