Home |
Function RTUEndpointPacketSize Function RTUEnumDescriptors |
Function RTUEnumDescriptorsRTUEnumDescriptors searches arbitrary descriptors within a configuration: const void * RTUEnumDescriptors(const RTUConfigurationDescriptor * Config, int MinDescriptorType, int Index); ParametersConfigConfiguration within which to search. MinDescriptorTypeMinimal descriptor type to return. Standard descriptors have low values in the range 1..8 (see type RTUDescriptorType in Rtusb.h). Class-specific descriptors have larger values. IndexZero-based index of matching descriptor to return. return valueIf a descriptor is found, a pointer to it is returned, NULL otherwise. This function can be used to browse class- or device-specific descriptors. To locate a specific descriptor type, use RTUGetDescriptor.
|