UsbInterruptInEventArgs.InterruptData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.