Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

usbd_vendor.h / usbd_vendor.c

Prototype

Code Block
languagecpp
void  USBD_Vendor_MS_ExtPropertyAdd (       CPU_INT08U   class_nbr,
                                            CPU_INT08U   property_type,
                                     const  CPU_INT08U  *p_property_name,
                                            CPU_INT16U   property_name_len,
                                     const  CPU_INT08U  *p_property,
                                            CPU_INT32U   property_len,
                                            USBD_ERR    *p_err)


Arguments

class_nbr

Class instance number.

...

USBD_MS_OS_PROPERTY_TYPE_REG_MULTI_SZ 

p_property_name

Pointer to buffer that contains property name.

...