Gets a MonoUsbIsoPacket that represents the specified iso packet descriptor.

C# | Visual Basic | Visual C++ |
public MonoUsbIsoPacket IsoPacket( int packetNumber )
Public Function IsoPacket ( _ packetNumber As Integer _ ) As MonoUsbIsoPacket
public: MonoUsbIsoPacket^ IsoPacket( int packetNumber )

- packetNumber (Int32)
- The iso packet descriptor to return.

The MonoUsbIsoPacket that represents packetNumber.