Added some doc

This commit is contained in:
mort5161 2014-11-11 17:36:38 -08:00
parent 7af5e1f3e7
commit df7b083495
4 changed files with 16 additions and 2 deletions

View file

@ -32,6 +32,9 @@ using BTDevice = Windows.Networking.Proximity.PeerInformation;
namespace NmeaParser
{
/// <summary>
/// A Bluetooth NMEA device
/// </summary>
public class BluetoothDevice : NmeaDevice
{
private BTDevice m_device;