本文介绍了发送USSD在C#中?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想编写一个简单的C#应用程序运行在Windows Mobile 6可以发送USSD消息
有没有图书馆,可以帮助我做这个?
还是有解释如何使用 lineSendUSSD
感谢
解决方案
您需要的P / Invoke来访问手机TAPI功能。
有一个在这个线程: Windows Mobile的开发者中心
I want to write a simple c# application runs on windows mobile 6 which can send USSD messages
Is there any library that could help me in doing this??
or is there any examples that explains how to use lineSendUSSD
thanks
解决方案
You have to P/Invoke to access the phones TAPI functions.
Have a look at this thread: Windows Mobile Developer Center
这篇关于发送USSD在C#中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!