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.