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

#include <amipack.h>

Collaboration diagram for AMIHeader_:
Collaboration graph
[legend]

Public Attributes

char * name
 
size_t name_size
 
char * value
 
size_t value_size
 
struct AMIHeader_next
 

Detailed Description

AMI header structure.

Member Data Documentation

◆ name

char* AMIHeader_::name

AMI header name as string.

◆ name_size

size_t AMIHeader_::name_size

Name field size

◆ next

struct AMIHeader_* AMIHeader_::next

Next AMI header pointer. Linked list element.

◆ value

char* AMIHeader_::value

AMI header value as string.

◆ value_size

size_t AMIHeader_::value_size

Value field size


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