[Missing <summary> documentation for M:BlueNinjaSoftware.HIDLib.HIDManagement.GetDevices(System.UInt16,System.UInt16,System.Boolean)]
| C# | Visual Basic | Visual C++ |
Public Shared Function GetDevices ( _ VendorID As UShort, _ ProductID As UShort, _ AsyncEnabled As Boolean _ ) As IList(Of HIDDevice)
public: static IList<HIDDevice^>^ GetDevices( unsigned short VendorID, unsigned short ProductID, bool AsyncEnabled )
- VendorID (UInt16)
[Missing <param name="VendorID"/> documentation for "M:BlueNinjaSoftware.HIDLib.HIDManagement.GetDevices(System.UInt16,System.UInt16,System.Boolean)"]
- ProductID (UInt16)
[Missing <param name="ProductID"/> documentation for "M:BlueNinjaSoftware.HIDLib.HIDManagement.GetDevices(System.UInt16,System.UInt16,System.Boolean)"]
- AsyncEnabled (Boolean)
[Missing <param name="AsyncEnabled"/> documentation for "M:BlueNinjaSoftware.HIDLib.HIDManagement.GetDevices(System.UInt16,System.UInt16,System.Boolean)"]
[Missing <returns> documentation for M:BlueNinjaSoftware.HIDLib.HIDManagement.GetDevices(System.UInt16,System.UInt16,System.Boolean)]