PtrData Property

LibUsbDotNet

LibUsbDotNet 2.2.8 PtrData Property
Library ReferenceMonoLibUsb.TransferMonoUsbControlSetupPtrData
LibUsbDotNet on SourceForge
Gets a pointer to the control data buffer.
Declaration Syntax
C# Visual Basic Visual C++
public IntPtr PtrData { get; }
Public ReadOnly Property PtrData As IntPtr
	Get
public:
property IntPtr PtrData {
	IntPtr get ();
}
Remarks
This is the IntPtr to the control data inside of the setup packet, not to the setup packet itself.

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