sending USSD in C#?

强颜欢笑 提交于 2020-01-31 18:11:28

问题


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


回答1:


You have to P/Invoke to access the phones TAPI functions.

Have a look at this thread: Windows Mobile Developer Center



来源:https://stackoverflow.com/questions/1725860/sending-ussd-in-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!