Satellites in use

Last post 04-22-2008 7:13 by Albert_Knosos. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 04-22-2008 7:13

    Satellites in use

    Hi all,

     This is my first post in here.

     I only wrote because I needed to know how many satellites were in use, not just in view actually.

     What I did was to modify the GPS.cs class this way:

         

    public int SatInUse {

       get {      return nbsatused;

       }

    }

     

    It's very simple but as I did not know if I could know the number of satellites in use with any other method... I tried this...

     Albert

Page 1 of 1 (1 items)