ags_stream_env_t Struct Reference

Alexa Gadget Service gadget stream enviorenment variable. More...

#include <ags.h>

Data Fields

ags_header_stream_id_t stream_id
 
uint8_t is_active
 
uint8_t ack_flag
 
uint8_t trxn_id
 
uint16_t total_length
 
uint16_t received_length
 

Detailed Description

Alexa Gadget Service gadget stream enviorenment variable.

Field Documentation

◆ ack_flag

uint8_t ags_stream_env_t::ack_flag

Whether need to return ACK packet.

◆ is_active

uint8_t ags_stream_env_t::is_active

Whether the stream is active.

◆ received_length

uint16_t ags_stream_env_t::received_length

Received stream length.

◆ stream_id

ags_header_stream_id_t ags_stream_env_t::stream_id

The stream ID.

◆ total_length

uint16_t ags_stream_env_t::total_length

Total stream length.

◆ trxn_id

uint8_t ags_stream_env_t::trxn_id

The transaction ID of the packet that requested the ACK packet.


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