LibUsbDotNet 2.2.8
bmAttributes Field
Library ReferenceMonoLibUsb.DescriptorsMonoUsbEndpointDescriptorbmAttributes
LibUsbDotNet on SourceForge
Attributes which apply to the endpoint when it is configured using the bConfigurationValue. Bits 0:1 determine the transfer type and correspond to \ref libusb_transfer_type. Bits 2:3 are only used for isochronous endpoints and correspond to \ref libusb_iso_sync_type. Bits 4:5 are also only used for isochronous endpoints and correspond to \ref libusb_iso_usage_type. Bits 6:7 are reserved.
Declaration Syntax
C#Visual BasicVisual C++
public readonly byte bmAttributes
Public ReadOnly bmAttributes As Byte
public:
initonly unsigned char bmAttributes

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)