USB services: Difference between revisions
No edit summary |
|||
Line 695: | Line 695: | ||
Note: The VdmUserId given to VdmUserRead/VdmUserWrite is translated from the given (enum) value to the actual cmd to send. | Note: The VdmUserId given to VdmUserRead/VdmUserWrite is translated from the given (enum) value to the actual cmd to send. | ||
= usb:pd:m = | |||
This is "nn::usb::pd::detail::IPdManufactureManager". This is only available on 1.0.0. | |||
{| class="wikitable" border="1" | |||
|- | |||
! Cmd || Name || Notes | |||
|- | |||
| 0 || || No input, returns an [[#IPdManufactureSession]]. | |||
|} | |||
== IPdManufactureSession == | |||
This is "nn::usb::pd::detail::IPdManufactureSession". | |||
{| class="wikitable" border="1" | |||
|- | |||
! Cmd || Name || Notes | |||
|- | |||
| 0 || || No input, returns an output u16. | |||
|- | |||
| 1 || || No input, returns an output u16. | |||
|- | |||
| 2 || || No input, returns an output u16. | |||
|- | |||
| 3 || || No input, returns an output u16. | |||
|- | |||
|} | |||
= usb:pm = | = usb:pm = |