mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2025-12-06 07:12:04 +01:00
34 lines
799 B
YAML
34 lines
799 B
YAML
- name: Getting Started
|
|
href: index.md
|
|
- name: Migrating from v1.x
|
|
href: MigrateFromV1.md
|
|
- name: Platform specific device creation
|
|
items:
|
|
- name: .NET Framework
|
|
items:
|
|
- name: SerialPort
|
|
href: SerialPortNetFX.md
|
|
- name: .NET Core
|
|
items:
|
|
- name: SerialPort
|
|
href: SerialPortNetCore.md
|
|
- name: UWP
|
|
items:
|
|
- name: SerialPort
|
|
href: SerialPortUWP.md
|
|
- name: Bluetooth
|
|
href: BluetoothUWP.md
|
|
- name: Android
|
|
items:
|
|
- name: Bluetooth
|
|
href: BluetoothAndroid.md
|
|
- name: iOS
|
|
items:
|
|
- name: Bluetooth
|
|
href: BluetoothiOS.md
|
|
- name: Custom message types
|
|
href: CustomMessages.md
|
|
- name: Creating a location provider for ArcGIS Runtime SDK
|
|
href: ArcGISRuntime.md
|
|
- name: Object Model Diagram
|
|
href: ../api/omd.html |