diff options
Diffstat (limited to 'wpd/WpdMultiTransportDriver')
| -rw-r--r-- | wpd/WpdMultiTransportDriver/README.md | 17 | ||||
| -rw-r--r-- | wpd/WpdMultiTransportDriver/wpd-wpdmultitransportdriver.yml | 12 |
2 files changed, 12 insertions, 17 deletions
diff --git a/wpd/WpdMultiTransportDriver/README.md b/wpd/WpdMultiTransportDriver/README.md index 81e6bf30..7fe86fe4 100644 --- a/wpd/WpdMultiTransportDriver/README.md +++ b/wpd/WpdMultiTransportDriver/README.md @@ -1,3 +1,13 @@ +--- +topic: sample +name: WPD multi-transport sample driver +description: Demonstrates how to extend the WpdHelloWorldDriver for a device that supports multiple transports. +languages: + - cpp +products: + - windows +--- + <!--- name: WPD multi-transport sample driver platform: UMDF1 @@ -7,9 +17,7 @@ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=618009 ---> - -WPD multi-transport sample driver -================================= +# WPD multi-transport sample driver The WpdMultiTransportDriver sample demonstrates how you could extend the WpdHelloWorldDriver for a device that supports multiple transports. A transport is a protocol over which a portable device communicates with a computer. Example transports include Internet Protocol (IP), Bluetooth, and USB. @@ -17,8 +25,7 @@ A number of portable devices now support multiple transports. For example, a num For a complete description of this sample and its underlying code and functionality, refer to the [WPD MultiTransport Driver](http://msdn.microsoft.com/en-us/library/windows/hardware/ff597709) description in the Windows Driver Kit documentation. -Related topics --------------- +## Related topics [WPD Design Guide](http://msdn.microsoft.com/en-us/library/windows/hardware/ff597864) diff --git a/wpd/WpdMultiTransportDriver/wpd-wpdmultitransportdriver.yml b/wpd/WpdMultiTransportDriver/wpd-wpdmultitransportdriver.yml deleted file mode 100644 index 776835d2..00000000 --- a/wpd/WpdMultiTransportDriver/wpd-wpdmultitransportdriver.yml +++ /dev/null @@ -1,12 +0,0 @@ -### YamlMime:Sample -sample: -- name: WPD multi-transport sample driver - description: Demonstrates how to extend the WpdHelloWorldDriver for a device that supports multiple transports. - generateZip: true - preserveParentHierarchy: true - author: windows-driver-samples - languages: - - cpp - technologies: - - windows - vssolution: /wpd/WpdMultiTransportDriver/WpdMultiTransportDriver.sln |
