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 |
Alexa Gadget Service gadget stream enviorenment variable.
| uint8_t ags_stream_env_t::ack_flag |
Whether need to return ACK packet.
| uint8_t ags_stream_env_t::is_active |
Whether the stream is active.
| uint16_t ags_stream_env_t::received_length |
Received stream length.
| ags_header_stream_id_t ags_stream_env_t::stream_id |
The stream ID.
| uint16_t ags_stream_env_t::total_length |
Total stream length.
| uint8_t ags_stream_env_t::trxn_id |
The transaction ID of the packet that requested the ACK packet.