pys60讨论组  - 讨论区

标题:接收短信并访问短信箱

2011年03月12日 星期六 11:44

接收短信并访问短信箱

看下如何访问短信信箱的,这里只做简要的入门说明,通过接收一条短信来看下。
#导入信箱模块
import inbox, appuifw, e32
#定义接收函数
def message_received(msg_id):
*#读取短信的内容
sms_text = box.content(msg_id)
*#显示出来
appuifw.note(u“sms content: “ + sms_text , “info“)
#退出
app_lock.signal()
#实例化一个信箱对象
box = inbox.Inbox()
#绑定到接收函数
box.bind(message_received)
#提示等待接收
print “Waiting for new SMS messages..“
#
app_lock = e32.Ao_lock()
app_lock.wait()

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2024

    京ICP备05028076号