Table of Contents

Class USBIsochronousOutTransferResult

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
NOTE
Experimental
The USBIsochronousOutTransferResult interface of the WebUSB API provides the result from a call to the isochronousTransferOut() method of the USBDevice interface. It represents the result from requesting a transfer of data from the USB host to the USB device.
[Value("USBIsochronousOutTransferResult")]
public class USBIsochronousOutTransferResult
Inheritance
USBIsochronousOutTransferResult
Inherited Members

Remarks

Constructors

USBIsochronousOutTransferResult()

public USBIsochronousOutTransferResult()

USBIsochronousOutTransferResult(List<USBIsochronousOutTransferPacket>)

public USBIsochronousOutTransferResult(List<USBIsochronousOutTransferPacket> packets)

Parameters

packets List<USBIsochronousOutTransferPacket>

Properties

Packets

[Value("packets")]
public USBIsochronousOutTransferPacket[] Packets { get; }

Property Value

USBIsochronousOutTransferPacket[]