énumération WPD_SMS_ENCODING_TYPES

Le type d’énumération WPD_SMS_ENCODING_TYPES décrit le type d’encodage d’un message SMS (Short Message Service).

Syntaxe

typedef enum WPD_SMS_ENCODING_TYPES { 
  SMS_ENCODING_7_BIT   = 0,
  SMS_ENCODING_8_BIT   = 1,
  SMS_ENCODING_UTF_16  = 2
} ;

Constantes

SMS_ENCODING_7_BIT

Encodage à sept bits.

SMS_ENCODING_8_BIT

Encodage de huit bits.

SMS_ENCODING_UTF_16

Encodage de seize bits (UTF).

Notes

Cette énumération est utilisée par la propriété WPD_SMS_ENCODING .

Spécifications

Condition requise Valeur
En-tête
PortableDevice.h

Voir aussi

Structures et types d’énumération