Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
Starting in Windows 10, version 1803, the Win32 APIs described in this section are replaced by the Windows Runtime APIs in the Windows.Networking.Connectivity namespace.
The MBN_SMS_CDMA_ENCODING enumerated type specifies character encoding types for CDMA.
Syntax
typedef enum MBN_SMS_CDMA_ENCODING {
MBN_SMS_CDMA_ENCODING_OCTET = 0,
MBN_SMS_CDMA_ENCODING_EPM,
MBN_SMS_CDMA_ENCODING_7BIT_ASCII,
MBN_SMS_CDMA_ENCODING_IA5,
MBN_SMS_CDMA_ENCODING_UNICODE,
MBN_SMS_CDMA_ENCODING_SHIFT_JIS,
MBN_SMS_CDMA_ENCODING_KOREAN,
MBN_SMS_CDMA_ENCODING_LATIN_HEBREW,
MBN_SMS_CDMA_ENCODING_LATIN,
MBN_SMS_CDMA_ENCODING_GSM_7BIT
} ;
Constants
MBN_SMS_CDMA_ENCODING_OCTET Value: 0 Octet encoding. |
MBN_SMS_CDMA_ENCODING_EPM EPM encoding. |
MBN_SMS_CDMA_ENCODING_7BIT_ASCII 7 bit ASCII encoding. |
MBN_SMS_CDMA_ENCODING_IA5 IA5 encoding. |
MBN_SMS_CDMA_ENCODING_UNICODE Unicode encoding. |
MBN_SMS_CDMA_ENCODING_SHIFT_JIS Shift JIS encoding for the Japanese Language. |
MBN_SMS_CDMA_ENCODING_KOREAN Korean encoding. |
MBN_SMS_CDMA_ENCODING_LATIN_HEBREW Latin Hebrew encoding. |
MBN_SMS_CDMA_ENCODING_LATIN Latin encoding. |
MBN_SMS_CDMA_ENCODING_GSM_7BIT GSM 7 bit encoding. |
Remarks
The encodings are defined in section 4.5.2 of the 3GPP2 specification C.S0015-B "Short Message Service (SM) for Wideband Spread Spectrum Systems".
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | None supported |
Header | mbnapi.h |