Property | Type | Description | |
---|---|---|---|
Attributes | byte | ||
ConfigID | byte | ||
InterfaceCount | byte | ||
MaxPower | byte | ||
Size | int | ||
StringIndex | byte | ||
TotalLength | short |
Method | Description | |
---|---|---|
ToString ( ) : string |
Returns a T:System.String that represents the current UsbConfigDescriptor.
|
|
ToString ( string prefixSeperator, string entitySperator, string suffixSeperator ) : string |
Returns a T:System.String that represents the current UsbConfigDescriptor.
|
Method | Description | |
---|---|---|
UsbConfigDescriptor ( ) : System | ||
UsbConfigDescriptor ( MonoUsbConfigDescriptor descriptor ) : System |
public ToString ( string prefixSeperator, string entitySperator, string suffixSeperator ) : string | ||
prefixSeperator | string | The field prefix string. |
entitySperator | string | The field/value seperator string. |
suffixSeperator | string | The value suffix string. |
return | string |