SetIsoPacketLengths Method (length)

LibUsbDotNet

LibUsbDotNet 2.2.8 SetIsoPacketLengths Method (length)
Library ReferenceMonoLibUsb.TransferMonoUsbTransferSetIsoPacketLengths(Int32)
LibUsbDotNet on SourceForge
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
C# Visual Basic Visual C++
public void SetIsoPacketLengths(
	int length
)
Public Sub SetIsoPacketLengths ( _
	length As Integer _
)
public:
void SetIsoPacketLengths(
	int length
)
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().

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)