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_OCTETValue: 0 Octet encoding. |
MBN_SMS_CDMA_ENCODING_EPMEPM encoding. |
MBN_SMS_CDMA_ENCODING_7BIT_ASCII7 bit ASCII encoding. |
MBN_SMS_CDMA_ENCODING_IA5IA5 encoding. |
MBN_SMS_CDMA_ENCODING_UNICODEUnicode encoding. |
MBN_SMS_CDMA_ENCODING_SHIFT_JISShift JIS encoding for the Japanese Language. |
MBN_SMS_CDMA_ENCODING_KOREANKorean encoding. |
MBN_SMS_CDMA_ENCODING_LATIN_HEBREWLatin Hebrew encoding. |
MBN_SMS_CDMA_ENCODING_LATINLatin encoding. |
MBN_SMS_CDMA_ENCODING_GSM_7BITGSM 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 |