Introduction To Application Programming With SMS 编写SMS程序入门
Microsoft Corporation October 2002 Applies to: Pocket PC 2002 Phone Edition Microsoft® eMbedded Visual Tools 版权声明:本文的著作权属英文原文作者,允许非商业性转载请注明原文出处、翻译者并保持该文的完整性。谢绝商业性转载,如有需要请自行和原文作者及翻译者联系。 Summary: Learn how to Send SMS messages from your eMbedded Visual Basic applications. Take advantage of Pocket PC 2002 Phone Edition's robust support for SMS (Short Message Service) when you build your applications. 概要:学习如何使用你的eMbedded Visual Basic应用程序发送SMS消息。当你创建程序时,需要得到Pocket PC 2002 Phone Edition 对SMS(短消息服务)的充分支持。 Download the introapp.exe from the MSDN Code Center. Contents
SMS and Pocket PC Phone Edition SMS-Enabled Applications Sending SMS Sample Code Walkthrough Conclusion SMS and Pocket PC Phone Edition SMS和Pocket PC Phone版本
Short Message Service is a standard for sending short alpha-numeric messages (max 160 characters) between mobile phones in Global System for Mobile Communications networks (GSM). It works much like paging, but with text, and most phones today have support for SMS. Short Message Service是通过Mobile Communications networks (GSM)的全球系统在移动电话间发送short alpha-numeric messages(最多160字符)的标准。它像寻呼机一样工作,只是用于文本格式,现在的大多数电话都支持SMS。 A key aspect of SMS is that messages are sent through the mobile network operator's network instantly, without the need to manually connect to an Internet Service Provider—SMS messages are instantly delivered while e-mails need to be retrieved from a mail server by the receiver. Also, if the receiver is not online—if the phone is turned off—the SMS message is stored at the operator and forwarded when the phone is turned back on.
|