Class USBOutTransferResult
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
NOTE
Experimental The
USBOutTransferResult interface of the
WebUSB API provides the result from a call to the
transferOut() and
controlTransferOut() methods of the
USBDevice interface. It represents the result from requesting a transfer of data from the USB host to the USB device.
[Value("USBOutTransferResult")]
public class USBOutTransferResult
- Inheritance
-
USBOutTransferResult
- Inherited Members
-
Constructors
USBOutTransferResult()
public USBOutTransferResult()
USBOutTransferResult(USBTransferStatus, ulong)
public USBOutTransferResult(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