UsbInterruptInEventArgs.InterruptData Property

Definition

Gets data from the interrupt IN endpoint.

public:
 property IBuffer ^ InterruptData { IBuffer ^ get(); };
IBuffer InterruptData();
public IBuffer InterruptData { get; }
var iBuffer = usbInterruptInEventArgs.interruptData;
Public ReadOnly Property InterruptData As IBuffer

Property Value

An IBuffer object that contains data that was read from the interrupt IN endpoint.

Applies to