ags_header_first_t Struct Reference

Alexa Gadget Service 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
 

Detailed Description

Alexa Gadget Service header in first packet.

Definition at line 191 of file ags.h.

Member Data Documentation

◆ header_base

ags_header_base_t ags_header_first_t::header_base

Header base.

Definition at line 193 of file ags.h.

◆ payload_length

uint8_t ags_header_first_t::payload_length

Payload Length.

Definition at line 196 of file ags.h.

◆ reserved

uint8_t ags_header_first_t::reserved

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

Definition at line 194 of file ags.h.

◆ total_trxn_length

uint8_t ags_header_first_t::total_trxn_length[2]

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

Definition at line 195 of file ags.h.


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