enumerazione WPD_SMS_ENCODING_TYPES

Il tipo di enumerazione WPD_SMS_ENCODING_TYPES descrive il tipo di codifica di un messaggio SMS (Short Message Service).

Sintassi

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

Costanti

SMS_ENCODING_7_BIT

Codifica a sette bit.

SMS_ENCODING_8_BIT

Codifica a otto bit.

SMS_ENCODING_UTF_16

Codifica A sedici bit (UTF).

Commenti

Questa enumerazione viene utilizzata dalla proprietà WPD_SMS_ENCODING .

Requisiti

Requisito Valore
Intestazione
PortableDevice.h

Vedi anche

Strutture e tipi di enumerazione