C# 클래스 DS4Windows.HidDevices

파일 보기 프로젝트 열기: topher-au/WoWmapper 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateDeviceInfoData NativeMethods.SP_DEVINFO_DATA
EnumerateDevices IEnumerable
GetBusReportedDeviceDescription string
GetDeviceDescription string
GetDevicePath string

공개 메소드들

메소드 설명
Enumerate ( ) : IEnumerable
Enumerate ( int vendorId ) : IEnumerable
Enumerate ( string devicePath ) : IEnumerable
GetDevice ( string devicePath ) : HidDevice
IsConnected ( string devicePath ) : bool

비공개 메소드들

메소드 설명
CreateDeviceInfoData ( ) : NativeMethods.SP_DEVINFO_DATA
EnumerateDevices ( ) : IEnumerable
GetBusReportedDeviceDescription ( IntPtr deviceInfoSet, NativeMethods &devinfoData ) : string
GetDeviceDescription ( IntPtr deviceInfoSet, NativeMethods &devinfoData ) : string
GetDevicePath ( IntPtr deviceInfoSet, NativeMethods deviceInterfaceData ) : string

메소드 상세

Enumerate() 공개 정적인 메소드

public static Enumerate ( ) : IEnumerable
리턴 IEnumerable

Enumerate() 공개 정적인 메소드

public static Enumerate ( int vendorId ) : IEnumerable
vendorId int
리턴 IEnumerable

Enumerate() 공개 정적인 메소드

public static Enumerate ( string devicePath ) : IEnumerable
devicePath string
리턴 IEnumerable

GetDevice() 공개 정적인 메소드

public static GetDevice ( string devicePath ) : HidDevice
devicePath string
리턴 HidDevice

IsConnected() 공개 정적인 메소드

public static IsConnected ( string devicePath ) : bool
devicePath string
리턴 bool