summaryrefslogtreecommitdiff
path: root/nfp/net
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-08-18 11:14:36 -0700
committerGitHub <[email protected]>2019-08-18 11:14:36 -0700
commit00f43cb02d2ee88d93f73b7d6289bc30116c459a (patch)
tree38db7c6c93edc4aa821d87993e0a3cf58a53fbc1 /nfp/net
parenta9201e13bd23243f928c6789760eac2ccd08934f (diff)
Update README.md (#403)770217702077019
* Update ReadMe.md * Update README.md
Diffstat (limited to 'nfp/net')
-rw-r--r--nfp/net/README.md23
-rw-r--r--nfp/net/inc/README.md28
2 files changed, 18 insertions, 33 deletions
diff --git a/nfp/net/README.md b/nfp/net/README.md
index 5f9c670b..5a45059f 100644
--- a/nfp/net/README.md
+++ b/nfp/net/README.md
@@ -1,3 +1,13 @@
+---
+page_type: sample
+description: "Demonstrates how to use UMDF version 1 to write a near-field proximity driver."
+languages:
+- cpp
+products:
+- windows
+- windows-wdk
+---
+
<!---
name: Near-Field Proximity Sample Driver (UMDF Version 1)
platform: UMDF1
@@ -7,15 +17,18 @@
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620200
--->
+# Near-Field Proximity Sample Driver (UMDF Version 1)
-Near-Field Proximity Sample Driver (UMDF Version 1)
-===================================================
+> [!WARNING]
+> UMDF 2 is the latest version of UMDF and supersedes UMDF 1. All new UMDF drivers should be written using UMDF 2. No new features are being added to UMDF 1 and there is limited support for UMDF 1 on newer versions of Windows 10. Universal Windows drivers must use UMDF 2.
+>
+> For more info, see [Getting Started with UMDF](https://docs.microsoft.com/windows-hardware/drivers/wdf/getting-started-with-umdf-version-2).
This sample demonstrates how to use User-Mode Driver Framework (UMDF) version 1 to write a near-field proximity driver.
Typically, a near-field proximity driver would use near-field technologies such as Near Field Communication (NFC), TransferJet, or Bump. However, this sample uses a TCP/IPv6 network connection and a static configuration between two machines to simulate near-field interaction.
-Related technologies
---------------------
-[User-Mode Driver Framework](http://msdn.microsoft.com/en-us/library/windows/hardware/ff560456)
+## See also
+[Getting Started with UMDF](https://docs.microsoft.com/windows-hardware/drivers/wdf/getting-started-with-umdf-version-2)
+[UMDF 1.x Design Guide](https://docs.microsoft.com/windows-hardware/drivers/wdf/user-mode-driver-framework-design-guide)
diff --git a/nfp/net/inc/README.md b/nfp/net/inc/README.md
deleted file mode 100644
index 3a94f55f..00000000
--- a/nfp/net/inc/README.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-page_type: sample
-description: "Demonstrates how to use UMDF version 1 to write a near-field proximity driver."
-languages:
-- cpp
-products:
-- windows
-- windows-wdk
----
-
-<!---
- name: Near-Field Proximity Sample Driver (UMDF Version 1)
- platform: UMDF1
- language: cpp
- category: Proximity
- description: Demonstrates how to use UMDF version 1 to write a near-field proximity driver.
- samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620200
---->
-
-# Near-Field Proximity Sample Driver (UMDF Version 1)
-
-This sample demonstrates how to use User-Mode Driver Framework (UMDF) version 1 to write a near-field proximity driver.
-
-Typically, a near-field proximity driver would use near-field technologies such as Near Field Communication (NFC), TransferJet, or Bump. However, this sample uses a TCP/IPv6 network connection and a static configuration between two machines to simulate near-field interaction.
-
-## Related technologies
-
-[User-Mode Driver Framework](http://msdn.microsoft.com/en-us/library/windows/hardware/ff560456)