Difference between revisions of "83Plus:Software:usb8x/Asm Interface/GetIDs"
From WikiTI
(oops) |
|||
(One intermediate revision by the same user not shown) | |||
Line 17: | Line 17: | ||
=== Destroys === | === Destroys === | ||
* AF | * AF | ||
− | |||
− | |||
− | |||
== See Also == | == See Also == | ||
− | [[../GetClass|GetClass]] - Gets class information from device | + | * [[../GetClass|GetClass]] - Gets class information from device |
Latest revision as of 10:29, 23 August 2006
Synopsis
Name: GetIDs
Minimum usb8x version: 0.05
Gets version, vendor ID, and product ID from the connected device.
Inputs
- HL: Address of temporary buffer for device descriptor.
Outputs
- BC: Version
- DE: Product ID
- HL: Vendor ID
- NC: Success
Destroys
- AF
See Also
- [[../GetClass|GetClass]] - Gets class information from device