Unit 'hidapi' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_pascalscada]

THidDeviceInfo

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: hidapi.pas line 64

type THidDeviceInfo = object

  Path: PChar;

  

  VendorID: Word;

  

  ProductID: Word;

  

  SerialNumber: PCWChar;

  

  ReleaseNumber: Word;

  

  ManufacturerString: PCWChar;

  

  ProductString: PCWChar;

  

  UsagePage: Word;

  

  Usage: Word;

  

  InterfaceNumber: cint;

  

  Next: PHidDeviceInfo;

  

  function Enumerate();

  

  procedure Free;

  

end;

Inheritance

THidDeviceInfo

  

|

TObject



CT Web help

CodeTyphon Studio