Unit 'libusb' Package
[Overview][Constants][Types][Procedures and functions][Index] [#libusb]

libusb_transfer

Declaration

Source position: libusb.pp line 1076

type libusb_transfer = record

  dev_handle: ;

  flags: uint8_t;

  endpoint: Byte;

  _type: Byte;

  timeout: dword;

  status: libusb_transfer_status;

  length: LongInt;

  actual_length: LongInt;

  callback: libusb_transfer_cb_fn;

  user_data: pointer;

  buffer: ;

  num_iso_packets: LongInt;

  iso_packet_desc: array [0..0] of libusb_iso_packet_descriptor;

end;


Documentation generated on: 2023-03-18