예제 #1
0
 /// <summary>
 /// Initialises a new USB Device Info but does not attempt to get/fill out the information.
 /// That job is left to the USB manager.
 /// </summary>
 /// <param name="aPortNum">The port number of the physical device.</param>
 /// <param name="aHC">The host controller which the device is connected to.</param>
 public USBDeviceInfo(byte aPortNum, HCIs.HCI aHC)
 {
     portNum = aPortNum;
     hc      = aHC;
 }
예제 #2
0
 /// <summary>
 /// Initialises a new USB Device Info but does not attempt to get/fill out the information.
 /// That job is left to the USB manager.
 /// </summary>
 /// <param name="aPortNum">The port number of the physical device.</param>
 /// <param name="aHC">The host controller which the device is connected to.</param>
 public USBDeviceInfo(byte aPortNum, HCIs.HCI aHC)
 {
     portNum = aPortNum;
     hc = aHC;
 }