UAC3¶
- class usb_construct.types.descriptors.uas3.PipeID(value)¶
- class usb_construct.types.descriptors.uas3.InformationUnitID(value)¶
- class usb_construct.types.descriptors.uas3.InformationUnitTaskAttribute(value)¶
- SIMPLE = 0¶
Specifies that the command be managed according to the rules for a simple task attribute (see SAM-6)
- HEAD_OF_QUEUE = 1¶
Specifies that the command be managed according to the rules for a head of queue task attribute (see SAM-6)
- ORDERED = 2¶
Specifies that the command be managed according to the rules for an ordered task attribute (see SAM-6)
- ACA = 4¶
Specifies that the command be managed according to the rules for an automatic contingent allegiance task attribute (see SAM-6)
- usb_construct.types.descriptors.uas3.command_priority(value: int) int ¶
Converts an integer into a valid Command Priority that is ready to be or’d with an appropriate
InformationUnitTaskAttribute
- class usb_construct.types.descriptors.uas3.InformationUnitResponseCode(value)¶
- class usb_construct.types.descriptors.uas3.InformationUnitTaskManagementFunction(value)¶