IsoPacket Method (packetNumber)

LibUsbDotNet

LibUsbDotNet 2.2.8 IsoPacket Method (packetNumber)
Library ReferenceMonoLibUsb.TransferMonoUsbTransferIsoPacket(Int32)
LibUsbDotNet on SourceForge
Gets a MonoUsbIsoPacket that represents the specified iso packet descriptor.
Declaration Syntax
C# Visual Basic Visual C++
public MonoUsbIsoPacket IsoPacket(
	int packetNumber
)
Public Function IsoPacket ( _
	packetNumber As Integer _
) As MonoUsbIsoPacket
public:
MonoUsbIsoPacket^ IsoPacket(
	int packetNumber
)
Parameters
packetNumber (Int32)
The iso packet descriptor to return.
Return Value
The MonoUsbIsoPacket that represents packetNumber.

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