Class USBIsochronousOutTransferPacket
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
NOTE
Experimental The
USBIsochronousOutTransferPacket interface of the
WebUSB API is part of the response from a call to the
isochronousTransferOut() method of the
USBDevice interface. It represents the status of an individual packet from a request to transfer data from the USB host to the USB device over an isochronous endpoint.
[Value("USBIsochronousOutTransferPacket")]
public class USBIsochronousOutTransferPacket
- Inheritance
-
USBIsochronousOutTransferPacket
- Inherited Members
-
Constructors
USBIsochronousOutTransferPacket()
public USBIsochronousOutTransferPacket()
USBIsochronousOutTransferPacket(USBTransferStatus, ulong)
public USBIsochronousOutTransferPacket(USBTransferStatus status, ulong bytesWritten = 0)
Parameters
status USBTransferStatus
bytesWritten ulong
Properties
BytesWritten
[Value("bytesWritten")]
public ulong BytesWritten { get; }
Property Value
- ulong
Status
[Value("status")]
public USBTransferStatus Status { get; }
Property Value
- USBTransferStatus