CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CPTEXTMSG Struct Reference

This structure stores data from a text message. More...

#include <CLC_Fct_TextMessage.h>

Data Fields

CPUINT16 wNumber
 Message number. More...
 
CPUINT16 wProfiles
 Profile bits. More...
 
CPCHAR8utf8Value
 Message value. More...
 
union {
   CPUINT16   DataArray [TEXTMESSAGE_PROFILEBITS]
 
                                 Data access in array mode

Discrete data. This is the best way to get access to message related profile data More...

 
   struct {
      CPUINT16   wTransaction
 
      CPUINT16   wVoiceID
 
      CPUINT16   wAutomation
 
      CPUINT16   wIndex
 
      CPUINT16   w_Reserved_
 
      CPUINT16   w_Reserved1_
 
      CPUINT16   w_Reserved2_
 
      CPUINT16   w_Reserved3_
 
   }   Discrete
 Data access in discrete mode. More...
 
Profile
 Profile additional data. More...
 

Detailed Description

This structure stores data from a text message.

Warning
The profiles information MUST be accessed using the TextMessage_* functions and not directly!

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