énumération SMS_MESSAGE_TYPES

Le type d’énumération SMS_MESSAGE_TYPES décrit le type de contenu d’un message SMS (Short Message Service).

Syntaxe

typedef enum SMS_MESSAGE_TYPES { 
  SMS_TEXT_MESSAGE    = 0,
  SMS_BINARY_MESSAGE  = 1
} ;

Constantes

SMS_TEXT_MESSAGE

Message texte.

SMS_BINARY_MESSAGE

Message binaire.

Notes

Cette énumération est utilisée par la commande WPD_COMMAND_SMS_SEND.

Spécifications

Condition requise Valeur
En-tête
PortableDevice.h

Voir aussi

Structures et types d’énumération