amiws  2.2.1
Public Attributes | List of all members
AMIPacket_ Struct Reference

#include <amipack.h>

Collaboration diagram for AMIPacket_:
Collaboration graph
[legend]

Public Attributes

int size
 
size_t length
 
enum pack_type type
 
AMIHeaderhead
 
AMIHeadertail
 

Detailed Description

AMI packet structure.

Member Data Documentation

◆ head

AMIHeader* AMIPacket_::head

Linked list head pointer to AMI header.

◆ length

size_t AMIPacket_::length

Total length of all headers as string.

◆ size

int AMIPacket_::size

Number of headers.

◆ tail

AMIHeader* AMIPacket_::tail

Linked list tail pointer to AMI header.

◆ type

enum pack_type AMIPacket_::type

AMI packet type: Action, Event etc.


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