LibUsbDotNet 2.2.8
SetIsoPacketLengths Method (length)
Library Reference ► MonoLibUsb.Transfer ► MonoUsbTransfer ► SetIsoPacketLengths(Int32)
|
Convenience function to set the length of all packets in an isochronous transfer, based on the num_iso_packets field in the transfer structure.
Declaration Syntax
Parameters
- length (Int32)
- The length to set in each isochronous packet descriptor.
Remarks
Note:SetIsoPacketLengths(Int32) is roughly equivalent to
libusb_set_iso_packet_lengths().