Show / Hide Table of Contents

Interface IUsbInterfaceEndpoint

Namespace: Usb.Net
Assembly: Usb.Net.dll
Syntax
public interface IUsbInterfaceEndpoint

Properties

IsInterrupt

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

IsRead

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

IsWrite

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

MaxPacketSize

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

PipeId

Declaration
byte PipeId { get; }
Property Value
Type Description
System.Byte
In This Article
Back to top Generated by DocFX