diff --git a/src/NmeaParser.Shared/NmeaFileDevice.cs b/src/NmeaParser.Shared/NmeaFileDevice.cs
index 00dc125..fe147a0 100644
--- a/src/NmeaParser.Shared/NmeaFileDevice.cs
+++ b/src/NmeaParser.Shared/NmeaFileDevice.cs
@@ -61,6 +61,14 @@ namespace NmeaParser
m_filename = fileName;
}
+ ///
+ /// Gets the name of the nmea file this device is using.
+ ///
+ public string Filename
+ {
+ get { return m_filename; }
+ }
+
///
/// Gets the stream to perform buffer reads on.
///