ags_header_first_ext_t Struct Reference

Alexa Gadget Service extended version of header in first packet. More...

#include <ags.h>

Public Attributes

ags_header_base_t header_base
 
uint8_t reserved
 
uint8_t total_trxn_length [2]
 
uint8_t payload_length [2]
 

Detailed Description

Alexa Gadget Service extended version of header in first packet.

Definition at line 200 of file ags.h.

Member Data Documentation

◆ header_base

ags_header_base_t ags_header_first_ext_t::header_base

Header base.

Definition at line 202 of file ags.h.

◆ payload_length

uint8_t ags_header_first_ext_t::payload_length[2]

Payload Length.

Definition at line 205 of file ags.h.

◆ reserved

uint8_t ags_header_first_ext_t::reserved

Reserved. This is only present in the first packet of the transaction.

Definition at line 203 of file ags.h.

◆ total_trxn_length

uint8_t ags_header_first_ext_t::total_trxn_length[2]

Total transaction length. This is only present in the first packet of the transaction.

Definition at line 204 of file ags.h.


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