LibUsbDotNet 2.2.8
MonoUsbIsoPacket Class
Library Reference ► MonoLibUsb.Transfer ► MonoUsbIsoPacket
|
Wraps an iso packet structure
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class MonoUsbIsoPacket
Public Class MonoUsbIsoPacket
public ref class MonoUsbIsoPacket
Members
All Members | Constructors | Properties | |||
|
|
|
Icon | Member | Description |
---|---|---|
MonoUsbIsoPacket(IntPtr) |
Creates a structure that wraps an iso packet.
|
|
ActualLength |
Amount of data that was actually transferred.
|
|
Length |
Length of data to request in this packet.
|
|
PtrIsoPacket |
Returns the location in memory of this iso packet.
|
|
Status |
Status code for this packet.
|
Inheritance Hierarchy
Object | |
MonoUsbIsoPacket |