bmAttributes property

  1. @Uint8()
int bmAttributes
getter/setter pair

In bulk EP: bits 4:0 represents the maximum number of streams the EP supports. In isochronous EP: bits 1:0 represents the Mult - a zero based value that determines the maximum number of packets within a service interval

Implementation

@ffi.Uint8()
external int bmAttributes;