Table of Contents

Class USBIsochronousInTransferPacket

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
NOTE
Experimental
The USBIsochronousInTransferPacket interface of the WebUSB API is part of the response from a call to the isochronousTransferIn() method of the USBDevice interface. It represents the status of an individual packet from a request to transfer data from the USB device to the USB host over an isochronous endpoint.
[Value("USBIsochronousInTransferPacket")]
public class USBIsochronousInTransferPacket
Inheritance
USBIsochronousInTransferPacket
Inherited Members

Remarks

Constructors

USBIsochronousInTransferPacket()

public USBIsochronousInTransferPacket()

USBIsochronousInTransferPacket(USBTransferStatus, DataView?)

public USBIsochronousInTransferPacket(USBTransferStatus status, DataView? data = null)

Parameters

status USBTransferStatus
data DataView

Properties

Data

[Value("data")]
public DataView? Data { get; }

Property Value

DataView

Status

[Value("status")]
public USBTransferStatus Status { get; }

Property Value

USBTransferStatus