Property | Type | Description | |
---|---|---|---|
AlternateID | byte | ||
Class | ClassCodeType | ||
EndpointCount | byte | ||
InterfaceID | byte | ||
Protocol | byte | ||
Size | int | ||
StringIndex | byte | ||
SubClass | byte |
Method | Description | |
---|---|---|
ToString ( ) : string |
Returns a T:System.String that represents the current UsbInterfaceDescriptor.
|
|
ToString ( string prefixSeperator, string entitySperator, string suffixSeperator ) : string |
Returns a T:System.String that represents the current UsbInterfaceDescriptor.
|
Method | Description | |
---|---|---|
UsbInterfaceDescriptor ( ) : System | ||
UsbInterfaceDescriptor ( MonoUsbAltInterfaceDescriptor altInterfaceDescriptor ) : 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 |