Unit 'LibUsbOop' Package
[Overview][Types][Classes][Index] [#pl_usb]

TLibUsbDevice

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

Declaration

Source position: libusboop.pas line 130

type TLibUsbDevice = class

protected

  FContext: TLibUsbContext;

  

  FDevice: Plibusb_device;

  

  FHandle: Plibusb_device_handle;

  

  FControl: TLibUsbDeviceControlEndpoint;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function GetConfiguration;

  

  procedure SetConfiguration();

  

  procedure Reset;

  

  function IsPresent;

  

  function FindInterface();

  

  property Device: Plibusb_device; [r]

  

  property Handle: Plibusb_device_handle; [r]

  

  property Control: TLibUsbDeviceControlEndpoint; [r]

  

end;

Inheritance

TLibUsbDevice

  

|

TObject



CT Web help

CodeTyphon Studio