Dave Clarke / text_to_speak_mbed

Dependents:   Talking_breathalyzer FindTheColor mbed_Projet

Embed: (wiki syntax)

« Back to documentation index

ISC_REQ_t Struct Reference

ISC_REQ_t Struct Reference

#include <text_to_speech_hw.h>

Data Fields

uint8_t len [2]
 Header Part - Message length ( including header ) len[ 0 ] - LSB len[ 1 ] - MSB.
uint8_t idx [2]
 Header Part - Message code ( index ) idx[ 0 ] - LSB idx[ 1 ] - MSB.
uint8_t payload [MAIN_MESSAGE_MAX]
 Payload Part - Message data.

Detailed Description

Request Message Structure

All messages that are received and sent by the device are termed ISC ( Inter-System-Communication ) messages. An ISC message consists of a fixed length header part and a variable length payload.

Definition at line 188 of file text_to_speech_hw.h.


Field Documentation

uint8_t idx[2]

Header Part - Message code ( index ) idx[ 0 ] - LSB idx[ 1 ] - MSB.

Definition at line 199 of file text_to_speech_hw.h.

uint8_t len[2]

Header Part - Message length ( including header ) len[ 0 ] - LSB len[ 1 ] - MSB.

Definition at line 194 of file text_to_speech_hw.h.

uint8_t payload[MAIN_MESSAGE_MAX]

Payload Part - Message data.

Definition at line 202 of file text_to_speech_hw.h.