![]() |
| Home |
|
|
Function RTUGetDescriptorRTUGetDescriptor retrieves a specific descriptor within a configuration:
const void * RTUGetDescriptor(const RTUConfigurationDescriptor * Config,
int DescriptorType,
int Index);
ParametersConfigConfiguration within which to search. DescriptorTypeDescriptor type to return. IndexZero-based index of matching descriptor to return. return valueIf the descriptor is found, a pointer to it is returned, NULL otherwise. This function can be used to locate class- or device-specific descriptors. To search descriptor types, use RTUEnumDescriptors.
|