Discussion Board

Results 1 to 4 of 4
  1. #1
    Registered User admin1986's Avatar
    Join Date
    Dec 2011
    Posts
    3
    I want to develop a signal Test program,I need to get signalling now.
    How can I get it?

  2. #2
    Registered User sreerajvr's Avatar
    Join Date
    Oct 2010
    Location
    Trivandrum ,Kerala
    Posts
    135
    Can you please elaborate your question?
    sreerajvr

  3. #3
    Registered User pavan.pareta's Avatar
    Join Date
    Jan 2009
    Location
    India
    Posts
    128
    Hello Admin1986,

    You can use the Microsoft.Phone.Net.NetworkInformation Namespace to get the Network type and so on.
    See the MSDN references for the same.
    0) NetworkInterface Class
    1) Network and Network Interface Information for Windows Phone

    Code:
    public void GetNet()
              {
                NetworkInterfaceType nit = NetworkInterface.GetInternetInterfaceType();
    
                if (nit == NetworkInterfaceType.Wireless80211)
                  {
                    textBlock1.Text = "wireless";
                }
                else if (nit == NetworkInterfaceType.None)
                  {
                    textBlock1.Text = "none";                
                  }
              }
    Hope it would helps you.
    Pavan Pareta
    Sr. Software Engineer
    http://windows-mobile-dev.blogspot.com

  4. #4
    Registered User admin1986's Avatar
    Join Date
    Dec 2011
    Posts
    3
    I need to get signalling between UE and NodeB
    Can I get it?

Similar Threads

  1. Do any Nokia phones support Busy Signalling
    By burngreg in forum OMA DM/DS/CP
    Replies: 0
    Last Post: 2007-08-16, 03:31
  2. Signalling AO from another thread
    By Apurv_Chawla in forum Symbian C++
    Replies: 4
    Last Post: 2007-05-14, 11:49
  3. Replies: 0
    Last Post: 2007-05-11, 11:18
  4. Async UI signalling
    By mayankkedia in forum Symbian User Interface
    Replies: 1
    Last Post: 2007-04-27, 07:48
  5. SIP signalling
    By y0010280 in forum Symbian Tools & SDKs
    Replies: 0
    Last Post: 2005-10-05, 11:12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved