mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-21 06:13:58 +00:00
Added some doc
This commit is contained in:
parent
7af5e1f3e7
commit
df7b083495
4 changed files with 16 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue