WPD_SMS_ENCODING_TYPES
Previous | Next |
WPD_SMS_ENCODING_TYPES
The WPD_SMS_ENCODING_TYPES enumeration type describes the encoding type of a short message service (SMS) message.
Syntax
typedef enum WPD_SMS_ENCODING_TYPES{ SMS_ENCODING_7_BIT =0, SMS_ENCODING_8_BIT =1, SMS_ENCODING_UTF_16 =2 };
Members
SMS_ENCODING_7_BIT
Seven-bit encoding.
SMS_ENCODING_8_BIT
Eight-bit encoding.
SMS_ENCODING_UTF_16
Sixteen-bit encoding (UTF).
Remarks
This enumeration is used by the WPD_SMS_ENCODING property.
Requirements
Header: Defined in PortableDevice.h
See Also
Previous | Next |