struttura WWAN_SMS_SEND (wwan.h)
La struttura WWAN_SMS_SEND rappresenta un SMS da inviare.
Sintassi
typedef struct _WWAN_SMS_SEND {
WWAN_SMS_FORMAT SmsFormat;
union {
WWAN_SMS_SEND_PDU Pdu;
WWAN_SMS_SEND_CDMA Cdma;
} u;
} WWAN_SMS_SEND, *PWWAN_SMS_SEND;
Members
SmsFormat
Formato del sms.
u
Unione dei contenitori per i diversi formati SMS.
u.Pdu
Tipi di dati di messaggi brevi da utilizzare a seconda del valore di SmsFormat , come illustrato nella tabella seguente.
SmsFormat | Membro da usare |
---|---|
WwanSmsFormatPdu | Pdu |
WwanSmsFormatCdma | Cdma |
u.Cdma
Tipi di dati di messaggi brevi da utilizzare a seconda del valore di SmsFormat , come illustrato nella tabella seguente.
SmsFormat | Membro da usare |
---|---|
WwanSmsFormatPdu | Pdu |
WwanSmsFormatCdma | Cdma |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Disponibile in Windows 7 e versioni successive di Windows. |
Intestazione | wwan.h (include Wwan.h) |