Changeset 99739 in vbox for trunk/src/VBox/ValidationKit/utils/usb
- Timestamp:
- May 11, 2023 1:01:08 AM (21 months ago)
- Location:
- trunk/src/VBox/ValidationKit/utils/usb
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/usb/UsbTest.cpp
r98103 r99739 478 478 * Test execution worker. 479 479 * 480 * @returns nothing.481 480 * @param pszDevice The device to use for testing. 482 481 */ -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestService.cpp
r98103 r99739 1070 1070 * Destroys a client instance. 1071 1071 * 1072 * @returns nothing.1073 1072 * @param pClient The UTS client structure. 1074 1073 */ -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadget.cpp
r98103 r99739 89 89 * Destroys a gadget instance. 90 90 * 91 * @returns nothing.92 91 * @param pThis The gadget instance. 93 92 */ -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetClassTest.cpp
r98103 r99739 244 244 * Cleans up any leftover configurations from the gadget class. 245 245 * 246 * @returns nothing.247 246 * @param pClass The gadget class instance data. 248 247 */ -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetHost.cpp
r98103 r99739 88 88 * Destroys a gadget host instance. 89 89 * 90 * @returns nothing.91 90 * @param pThis The gadget host instance. 92 91 */ -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetHostInternal.h
r98103 r99739 77 77 * Terminates the gadget host interface. 78 78 * 79 * @returns nothing.80 79 * @param pIf The interface specific instance data. 81 80 */ -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetInternal.h
r98103 r99739 77 77 * Terminates the gadget class instance. 78 78 * 79 * @returns nothing.80 79 * @param pClass The interface specific instance data. 81 80 */ -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceProtocol.cpp
r98103 r99739 50 50 * Converts a UTS packet header from host to network byte order. 51 51 * 52 * @returns nothing.53 52 * @param pPktHdr The packet header to convert. 54 53 */ … … 63 62 * Converts a UTS packet header from network to host byte order. 64 63 * 65 * @returns nothing.66 64 * @param pPktHdr The packet header to convert. 67 65 */ … … 76 74 * Converts a UTS status header from host to network byte order. 77 75 * 78 * @returns nothing.79 76 * @param pPktHdr The packet header to convert. 80 77 */ … … 90 87 * Converts a UTS status header from network to host byte order. 91 88 * 92 * @returns nothing.93 89 * @param pPktHdr The packet header to convert. 94 90 */ -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceProtocol.h
r98103 r99739 344 344 * Converts a UTS request packet from host to network byte ordering. 345 345 * 346 * @returns nothing.347 346 * @param pPktHdr The packet to convert. 348 347 */ … … 352 351 * Converts a UTS request packet from network to host byte ordering. 353 352 * 354 * @returns nothing.355 353 * @param pPktHdr The packet to convert. 356 354 */ … … 360 358 * Converts a UTS reply packet from host to network byte ordering. 361 359 * 362 * @returns nothing.363 360 * @param pPktHdr The packet to convert. 364 361 */ … … 368 365 * Converts a UTS reply packet from network to host byte ordering. 369 366 * 370 * @returns nothing.371 367 * @param pPktHdr The packet to convert. 372 368 */
Note:
See TracChangeset
for help on using the changeset viewer.