DeviceParam Fields
From Beta Innovations USB SDK .NET/COM
|
|
| Beta Innovations USB SDK Wrapper Library for .NET/COM v2.0.0.0 reference library |
| DeviceParam Fields |
| DeviceParam Structure See Also Send Feedback |
The DeviceParam type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| ConfigFlag |
For internal use only.
| |
| DeviceHandle |
The read/write handle for the device. This is a unique value
and changes with each call to DetectHID.
| |
| DeviceName |
Device name string.
| |
| DeviceNameLength |
Length in bytes of the DeviceName string.
| |
| DevicePath |
Device path key string as found in the Windows registry.
| |
| DevIndex |
The zero based device index associated with this device.
| |
| FlashVersion |
Current Firmware revision of device.
| |
| InputReportByteLength |
The number of packed bytes that will be returned by the device on each ReadInputData read request.
| |
| ManufName |
Manufacturer name string.
| |
| ManufNameLength |
Length in bytes of the ManufName string.
| |
| NumberAlphanumericIndices |
Not currently supported.
| |
| NumberAnalogIndices |
Not currently supported.
| |
| NumberCRTRWRIndices |
Number of RWR supported.
| |
| NumberDACIndices |
Number of DAC (Digital to Analog Converter) supported.
| |
| NumberDotMatrixIndices | ||
| NumberGLCDIndices |
Number of graphic based LCDs supported.
| |
| NumberHATIndices |
Not currently supported.
| |
| NumberInputIndices |
The number of unpacked inputs that will be returned from this device.
| |
| NumberLatchedIndices | ||
| NumberLCDIndices |
Number of character-based LCDs supported.
| |
| NumberMuxDisplayIndices |
Number of multiplexed displays supported.
| |
| NumberOutputIndices |
The number of unpacked outputs that will be read by this device.
| |
| NumberPortIndices |
The number of separate IO ports on a device. These can also refer to JPs found on older devices.
| |
| NumberPWMIndices |
Not currently supported.
| |
| NumberRotaryIndices |
Not currently supported.
| |
| NumberSPIIndices | ||
| OutputReportByteLength |
The number of packed bytes used by the device for output data.
| |
| PathLength |
Length in bytes of the DevicePath string.
| |
| ProductID |
Vendor assigned unique device ID number.
| |
| ProgramFlag |
For internal use only.
| |
| SerialNum |
User assigned device serial number string.
| |
| SerialNumLength |
Length in bytes of the SerialNum string.
| |
| Usage |
For internal use only.
| |
| UsagePage |
For internal use only.
| |
| VendorID |
USB.org assigned unique vendor ID number.
| |
| VersionNumber |
Vendor assigned product version number.
|