# HG changeset patch
# User sl
# Date 1417868056 -3600
# Node ID 0166dfab3349a80a4220a3e895a0ef7e18faebfc
# Parent  5f4e0fbb3ea1670b918bbc166a4449687f8a3f53
HidDevice documentation.

diff -r 5f4e0fbb3ea1 -r 0166dfab3349 HidUtil.cs
--- a/HidUtil.cs	Sat Dec 06 13:08:50 2014 +0100
+++ b/HidUtil.cs	Sat Dec 06 13:14:16 2014 +0100
@@ -20,9 +20,9 @@
         public ushort Version { get; private set; }
 
         /// <summary>
-        /// 
+        /// Class constructor will fetch this object properties from HID sub system.
         /// </summary>
-        /// <param name="hRawInputDevice"></param>
+        /// <param name="hRawInputDevice">Device Handle as provided by RAWINPUTHEADER.hDevice, typically accessed as rawinput.header.hDevice</param>
         public HidDevice(IntPtr hRawInputDevice)
         {
             //Fetch various information defining the given HID device