USB_DESCRIPTOR_FILLBUF
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
usb_descriptor_fillbuf - fill buffer with descriptors
SYNOPSIS
"SYNOPSIS"
int usb_descriptor_fillbuf (void * buf, unsigned buflen, const struct usb_descriptor_header ** src);
ARGUMENTS
- buf
-
Buffer to be filled
- buflen
-
Size of buf
- src
-
Array of descriptor pointers, terminated by null pointer.
DESCRIPTION
Copies descriptors into the buffer, returning the length or a
negative error code if they can't all be copied. Useful when
assembling descriptors for an associated set of interfaces used
as part of configuring a composite device; or in other cases where
sets of descriptors need to be marshaled.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:56 GMT, October 09, 2005