The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UsbInterruptInPipe.DataReceived | datareceived event
Raised when the interrupt pipe receives data from the interrupt IN endpoint.
Syntax
function onDataReceived(eventArgs) { /* Your code */ } // addEventListener syntax usbInterruptInPipe.addEventListener("datareceived", onDataReceived); usbInterruptInPipe.removeEventListener("datareceived", onDataReceived); - or - usbInterruptInPipe.ondatareceived = onDataReceived;
Event information
Delegate | TypedEventHandler<UsbInterruptInPipe, UsbInterruptInEventArgs> |
---|
Requirements
Minimum supported client | Windows 8.1 |
---|---|
Minimum supported server | Windows Server 2012 R2 |
Namespace |
|
Metadata |
|
See also
Show: