C# Class libusbK.LstK

Inheritance: IDisposable
Afficher le fichier Open project: nikkov/Win-Widget Class Usage Examples

Protected Properties

Свойство Type Description
handle KLST_HANDLE

Méthodes publiques

Méthode Description
Count ( uint &Count ) : bool
Current ( KLST_DEVINFO_HANDLE &DeviceInfo ) : bool
Enumerate ( KLST_ENUM_DEVINFO_CB EnumDevListCB, IntPtr Context ) : bool
FindByVidPid ( int Vid, int Pid, KLST_DEVINFO_HANDLE &DeviceInfo ) : bool
Free ( ) : bool
LstK ( KLST_FLAG Flags ) : System
LstK ( KLST_FLAG Flags, KLST_PATTERN_MATCH &PatternMatch ) : System
MoveNext ( KLST_DEVINFO_HANDLE &DeviceInfo ) : bool
MoveReset ( ) : void

Method Details

Count() public méthode

public Count ( uint &Count ) : bool
Count uint
Résultat bool

Current() public méthode

public Current ( KLST_DEVINFO_HANDLE &DeviceInfo ) : bool
DeviceInfo KLST_DEVINFO_HANDLE
Résultat bool

Enumerate() public méthode

public Enumerate ( KLST_ENUM_DEVINFO_CB EnumDevListCB, IntPtr Context ) : bool
EnumDevListCB KLST_ENUM_DEVINFO_CB
Context System.IntPtr
Résultat bool

FindByVidPid() public méthode

public FindByVidPid ( int Vid, int Pid, KLST_DEVINFO_HANDLE &DeviceInfo ) : bool
Vid int
Pid int
DeviceInfo KLST_DEVINFO_HANDLE
Résultat bool

Free() public méthode

public Free ( ) : bool
Résultat bool

LstK() public méthode

public LstK ( KLST_FLAG Flags ) : System
Flags KLST_FLAG
Résultat System

LstK() public méthode

public LstK ( KLST_FLAG Flags, KLST_PATTERN_MATCH &PatternMatch ) : System
Flags KLST_FLAG
PatternMatch KLST_PATTERN_MATCH
Résultat System

MoveNext() public méthode

public MoveNext ( KLST_DEVINFO_HANDLE &DeviceInfo ) : bool
DeviceInfo KLST_DEVINFO_HANDLE
Résultat bool

MoveReset() public méthode

public MoveReset ( ) : void
Résultat void

Property Details

handle protected_oe property

protected KLST_HANDLE,libusbK handle
Résultat KLST_HANDLE