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.
.gif)
| Previous | Next | 
SMS_MESSAGE_TYPES
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
};
Members
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
Header: Defined in PortableDevice.h
See Also
| Previous | Next |