Class UsbEndpoint

    Definition

    Namespace:
    Tizen.System.Usb
    Assembly:
    Tizen.System.Usb.dll

    The USB Endpoint class.

    public class UsbEndpoint
    Inheritance
    object
    UsbEndpoint
    Derived
    UsbBulkEndpoint
    UsbBulkEndpoint
    UsbControlEndpoint
    UsbControlEndpoint
    UsbInterruptEndpoint
    UsbInterruptEndpoint
    UsbIsochronousEndpoint
    UsbIsochronousEndpoint

    Properties

    View Source

    Direction

    Gets the direction of this endpoint.

    Declaration
    public EndpointDirection Direction { get; }
    Property Value
    Type Description
    EndpointDirection
    Exceptions
    Type Condition
    System.NotSupportedException

    The required feature is not supported.

    View Source

    Id

    Gets the number of this endpoint.

    Declaration
    public int Id { get; }
    Property Value
    Type Description
    int
    Exceptions
    Type Condition
    System.NotSupportedException

    The required feature is not supported.

    View Source

    MaxPacketSize

    Gets the maximum packet size of a given endpoint.

    Declaration
    public int MaxPacketSize { get; }
    Property Value
    Type Description
    int
    Exceptions
    Type Condition
    System.NotSupportedException

    The required feature is not supported.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX