private static IMessage GetSalida(String buffer, INode device, ulong msgId, byte[] data) { byte entradas; int codEv; var gpsPoint = GPSPoint.ParseGp(buffer, out entradas, out codEv, false); return(GetSalidaReal(gpsPoint, "00000000", codEv, device, msgId, data)); }