HidDevice documentation.
authorsl
Sat, 06 Dec 2014 13:14:16 +0100
changeset 260166dfab3349
parent 25 5f4e0fbb3ea1
child 27 305d2ecd3b1a
HidDevice documentation.
HidUtil.cs
     1.1 --- a/HidUtil.cs	Sat Dec 06 13:08:50 2014 +0100
     1.2 +++ b/HidUtil.cs	Sat Dec 06 13:14:16 2014 +0100
     1.3 @@ -20,9 +20,9 @@
     1.4          public ushort Version { get; private set; }
     1.5  
     1.6          /// <summary>
     1.7 -        /// 
     1.8 +        /// Class constructor will fetch this object properties from HID sub system.
     1.9          /// </summary>
    1.10 -        /// <param name="hRawInputDevice"></param>
    1.11 +        /// <param name="hRawInputDevice">Device Handle as provided by RAWINPUTHEADER.hDevice, typically accessed as rawinput.header.hDevice</param>
    1.12          public HidDevice(IntPtr hRawInputDevice)
    1.13          {
    1.14              //Fetch various information defining the given HID device