How do I send USSD commands?

Last post 08-27-2008 6:43 by RuneSword. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 04-03-2008 4:41

    How do I send USSD commands?

    I've been searching the Internet for ages looking for samples on sending USSD commands using .NET Compact Framework and C#. Someone did mention that it is achievable by using Microsoft.WindowsMobile.Telephony.Phone.

    Does anybody have any ideas? Thanks

    Filed under:
  • 04-03-2008 7:14 In reply to

    • Neil
    • OpenNETCF Staff
    • Top 10 Contributor
    • Joined on 07-30-2007
    • North Wales
    • Posts 1,152

    Re: How do I send USSD commands?

    You need to use lineSendUSSD and lineGetUSSD


  • 04-08-2008 3:07 In reply to

    Re: How do I send USSD commands?

    Thanks Neil. After going through the links that you provide, it seems like these extended TAPI functions are in C++.Does that mean that I have to write my own wrapper to implement both lineSendUSSD and lineGetUSSD in C#?

    Thanks.

  • 08-27-2008 6:43 In reply to

    Re: How do I send USSD commands?

    you can invoke the functions in c# just casting the types to equivalent types in c#

Page 1 of 1 (4 items)