public void SendLocation(GPSManager.GpsLocation location)
 {
     if (HDPlusModule.MonitorSendLocation(location))
     {
         return;
     }
     CommonError.ThrowLastWin32Error("Cannot send GPS location update");
 }
示例#2
0
 public static extern bool MonitorSendLocation([MarshalAs(UnmanagedType.Struct)] GPSManager.GpsLocation location);