C# 클래스 LibUsbDotNet.Info.UsbConfigInfo

Contains all Configuration information for the current T:LibUsbDotNet.UsbDevice.
상속: UsbBaseInfo
파일 보기 프로젝트 열기: arvydas/BlinkStickDotNet 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

Returns a T:System.String that represents the current UsbConfigInfo.

ToString ( string prefixSeperator, string entitySperator, string suffixSeperator ) : string

Returns a T:System.String that represents the current UsbConfigInfo.

비공개 메소드들

메소드 설명
UsbConfigInfo ( MonoUsbDevice usbDevice, MonoUsbConfigDescriptor configDescriptor ) : System
UsbConfigInfo ( UsbDevice usbDevice, UsbConfigDescriptor descriptor, List &rawDescriptors ) : System

메소드 상세

ToString() 공개 메소드

Returns a T:System.String that represents the current UsbConfigInfo.
public ToString ( ) : string
리턴 string

ToString() 공개 메소드

Returns a T:System.String that represents the current UsbConfigInfo.
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