USBEndpoint
Overview
The USBEndpoint interface of the WebUSB API provides information about an endpoint provided by the USB device. An endpoint represents a unidirectional data stream into or out of a device.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
direction
property direction: dynamic read write;
dynamic direction { get; set; }
var direction: dynamic { get{} set{} }
dynamic direction { __get; __set; }
Property direction() As dynamic
endpointNumber
property endpointNumber: dynamic read write;
dynamic endpointNumber { get; set; }
var endpointNumber: dynamic { get{} set{} }
dynamic endpointNumber { __get; __set; }
Property endpointNumber() As dynamic
packetSize
property packetSize: dynamic read write;
dynamic packetSize { get; set; }
var packetSize: dynamic { get{} set{} }
dynamic packetSize { __get; __set; }
Property packetSize() As dynamic
type
property type: dynamic read write;
dynamic type { get; set; }
var type: dynamic { get{} set{} }
dynamic type { __get; __set; }
Property type() As dynamic