+               /** Enum for the device interface descriptor IDs within the device. Each string descriptor
+                *  should have a unique ID index associated with it, which can be used to refer to the
+                *  interface from other descriptors.
+                */
+               enum InterfaceDescriptors_t
+               {
+                       INTERFACE_ID_Printer = 0, /**< Printer interface descriptor ID */
+               };
+