Lightweight USB stack
1.0
|
ATM Networking Functional Descriptor. More...
#include <usb_cdca.h>
Data Fields | |
uint8_t | bFunctionLength |
Size of this functional descriptor, in bytes. | |
uint8_t | bDescriptorType |
CS_INTERFACE descriptor type. | |
uint8_t | bDescriptorSubType |
ATM Networking Functional Descriptor subtype. | |
uint8_t | iEndSystemIdentifier |
The string descriptor holds the End System Identifier. | |
uint8_t | bmDataCapabilities |
The ATM data types the device supports. | |
uint8_t | bmATMDeviceStatistics |
Indicates which optional statistics functions the device collects. | |
uint16_t | wType2MaxSegmentSize |
The maximum segment size that the Type 2 device is capable of supporting. | |
uint16_t | wType3MaxSegmentSize |
The maximum segment size that the Type 3 device is capable of supporting. | |
uint16_t | wMaxVC |
The maximum number of simultaneous virtual circuits the device is capable of supporting (Type 3 only) | |
ATM Networking Functional Descriptor.
Definition at line 93 of file usb_cdca.h.