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.
The SMS_MESSAGE_TYPES enumeration type describes the content type of a short message service (SMS) message.
Syntax
typedef enum SMS_MESSAGE_TYPES { 
  SMS_TEXT_MESSAGE    = 0,
  SMS_BINARY_MESSAGE  = 1
} ;
Constants
- 
SMS_TEXT_MESSAGE 
- 
A text message. 
- 
SMS_BINARY_MESSAGE 
- 
A binary message. 
Remarks
This enumeration is used by the WPD_COMMAND_SMS_SEND Command.
Requirements
| Requirement | Value | 
|---|---|
| Header | 
 |