NewMadeleine

Documentation

nm_header_pkt_data_s Struct Reference

#include <nm_headers.h>

Collaboration diagram for nm_header_pkt_data_s:

Data Fields

nm_proto_t proto_id
 proto ID- should be NM_PROTO_PKT_DATA More...
 
nm_core_tag_t tag_id
 tag for the message More...
 
nm_seq_t seq
 sequence number More...
 
nm_len_t data_len
 length of data enclosed More...
 
nm_len_t chunk_offset
 offset of the enclosed chunk More...
 
uint16_t hlen
 length in header (header + data in header) More...
 

Detailed Description

Definition at line 77 of file nm_headers.h.

Field Documentation

◆ chunk_offset

nm_len_t nm_header_pkt_data_s::chunk_offset

offset of the enclosed chunk

Definition at line 83 of file nm_headers.h.

Referenced by nm_header_init_pkt_data().

◆ data_len

nm_len_t nm_header_pkt_data_s::data_len

length of data enclosed

Definition at line 82 of file nm_headers.h.

Referenced by nm_header_init_pkt_data().

◆ hlen

uint16_t nm_header_pkt_data_s::hlen

length in header (header + data in header)

Definition at line 84 of file nm_headers.h.

Referenced by nm_header_init_pkt_data().

◆ proto_id

nm_proto_t nm_header_pkt_data_s::proto_id

proto ID- should be NM_PROTO_PKT_DATA

Definition at line 79 of file nm_headers.h.

Referenced by nm_header_init_pkt_data().

◆ seq

nm_seq_t nm_header_pkt_data_s::seq

sequence number

Definition at line 81 of file nm_headers.h.

Referenced by nm_header_init_pkt_data().

◆ tag_id

nm_core_tag_t nm_header_pkt_data_s::tag_id

tag for the message

Definition at line 80 of file nm_headers.h.

Referenced by nm_header_init_pkt_data().


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