C# 클래스 NUSB.Manager.DeviceManager

상속: IDeviceManager
파일 보기 프로젝트 열기: thenathanjones/nusb 1 사용 예제들

공개 메소드들

메소드 설명
FindDevice ( System.Guid guid, string vendorId, string productId, string deviceSerial ) : string
FindDevices ( System.Guid guid, string vendorId, string productId ) : IEnumerable

비공개 메소드들

메소드 설명
CheckDevice ( InteropDevices deviceInterfaceData, IntPtr deviceInfoSet, IntPtr &deviceDetailData, string vendorId, string productId ) : string

메소드 상세

FindDevice() 공개 메소드

public FindDevice ( System.Guid guid, string vendorId, string productId, string deviceSerial ) : string
guid System.Guid
vendorId string
productId string
deviceSerial string
리턴 string

FindDevices() 공개 메소드

public FindDevices ( System.Guid guid, string vendorId, string productId ) : IEnumerable
guid System.Guid
vendorId string
productId string
리턴 IEnumerable