Alexa Gadget Service base part of data packet header. More...
#include <ags.h>
Public Attributes | |
| uint8_t | trxn_id:4 |
| The transaction ID. More... | |
| uint8_t | stream_id:4 |
| The stream ID. More... | |
| uint8_t | length_ext:1 |
| Length extender. More... | |
| uint8_t | ack_flag:1 |
| Acknowledgement(ACK) flag. More... | |
| uint8_t | trxn_type:2 |
| Transaction type. More... | |
| uint8_t | sequ_num:4 |
| Sequence number. More... | |
| uint8_t ags_header_base_t::ack_flag |
| uint8_t ags_header_base_t::length_ext |
Length extender.
It indicates the length of the payload field. ags_header_length_ext_t
| uint8_t ags_header_base_t::sequ_num |
| uint8_t ags_header_base_t::stream_id |
| uint8_t ags_header_base_t::trxn_type |