프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BcdDevice | short | ||
BcdUsb | short | ||
Class | ClassCodeType | ||
ConfigurationCount | byte | ||
ManufacturerStringIndex | byte | ||
MaxPacketSize0 | byte | ||
ProductID | short | ||
ProductStringIndex | byte | ||
Protocol | byte | ||
SerialStringIndex | byte | ||
Size | int | ||
SubClass | byte | ||
VendorID | short |
메소드 | 설명 | |
---|---|---|
Equals ( |
Determines whether the specified UsbDeviceDescriptor is equal to the current UsbDeviceDescriptor.
|
|
Equals ( object obj ) : bool |
Determines whether the specified T:System.Object is equal to the current T:System.Object.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type.
|
|
ToString ( ) : string |
Returns a T:System.String that represents the current UsbDeviceDescriptor.
|
|
ToString ( string prefixSeperator, string entitySperator, string suffixSeperator ) : string |
Returns a T:System.String that represents the current UsbDeviceDescriptor.
|
|
operator ( ) : bool |
|
메소드 | 설명 | |
---|---|---|
UsbDeviceDescriptor ( ) : System | ||
UsbDeviceDescriptor ( |
public Equals ( |
||
other | The |
|
리턴 | bool |
public Equals ( object obj ) : bool | ||
obj | object | The |
리턴 | bool |
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. |
리턴 | string |