public NmeaParser() { RecivedData = new RecivedGpsData(); RecivedData.SatellitesDetails = new Hashtable(); RecivedData.SatellitesChannels = new int[11]; }