Show / Hide Table of Contents

Class WriteEndpoint

Inheritance
System.Object
WriteEndpoint
Implements
IUsbInterfaceEndpoint
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Device.Net.LibUsb
Assembly: Device.Net.LibUsb.dll
Syntax
public class WriteEndpoint : IUsbInterfaceEndpoint

Constructors

WriteEndpoint(UsbEndpointWriter, Nullable<UInt16>)

Declaration
public WriteEndpoint(UsbEndpointWriter usbEndpointWriter, ushort? maxPacketSize)
Parameters
Type Name Description
LibUsbDotNet.UsbEndpointWriter usbEndpointWriter
System.Nullable<System.UInt16> maxPacketSize

Properties

IsInterrupt

Declaration
public bool IsInterrupt { get; }
Property Value
Type Description
System.Boolean

IsRead

Declaration
public bool IsRead { get; }
Property Value
Type Description
System.Boolean

IsWrite

Declaration
public bool IsWrite { get; }
Property Value
Type Description
System.Boolean

MaxPacketSize

Declaration
public ushort MaxPacketSize { get; }
Property Value
Type Description
System.UInt16

PipeId

Declaration
public byte PipeId { get; }
Property Value
Type Description
System.Byte

UsbEndpointWriter

Declaration
public UsbEndpointWriter UsbEndpointWriter { get; }
Property Value
Type Description
LibUsbDotNet.UsbEndpointWriter

Implements

IUsbInterfaceEndpoint
In This Article
Back to top Generated by DocFX