Expose current filename

This commit is contained in:
mort5161 2015-03-20 12:39:14 -07:00
parent 2cea8ba503
commit 017623e7ab

View file

@ -61,6 +61,14 @@ namespace NmeaParser
m_filename = fileName;
}
/// <summary>
/// Gets the name of the nmea file this device is using.
/// </summary>
public string Filename
{
get { return m_filename; }
}
/// <summary>
/// Gets the stream to perform buffer reads on.
/// </summary>