Loading...
Searching...
No Matches
zep_v2_ack_hdr_t Struct Reference

ZEPv2 header definition (type == Ack) More...

Detailed Description

ZEPv2 header definition (type == Ack)

Definition at line 93 of file zep.h.

#include <zep.h>

Data Fields

zep_hdr_t hdr
 common header fields
 
uint8_t type
 type (must be ZEP_V2_TYPE_ACK)
 
network_uint32_t seq
 Sequence number.
 
- Data Fields inherited from zep_hdr_t
char preamble [2]
 Preamble code (must be "EX")
 
uint8_t version
 Protocol Version (must be 1 or 2)
 

Field Documentation

◆ hdr

zep_hdr_t zep_v2_ack_hdr_t::hdr

common header fields

Definition at line 94 of file zep.h.

◆ seq

network_uint32_t zep_v2_ack_hdr_t::seq

Sequence number.

Definition at line 96 of file zep.h.

◆ type

uint8_t zep_v2_ack_hdr_t::type

type (must be ZEP_V2_TYPE_ACK)

Definition at line 95 of file zep.h.


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