Show / Hide Table of Contents

Class WindowsUsbInterfaceEndpoint

Inheritance
System.Object
WindowsUsbInterfaceEndpoint
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)
Namespace: Usb.Net.Windows
Assembly: Usb.Net.dll
Syntax
public class WindowsUsbInterfaceEndpoint : IUsbInterfaceEndpoint

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

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Implements

IUsbInterfaceEndpoint
In This Article
Back to top Generated by DocFX