Class UsbEndpoint
Definition
- Assembly:
- Tizen.System.Usb.dll
The USB Endpoint class.
C#Copypublic class UsbEndpoint
- Inheritance
-
objectUsbEndpoint
- Derived
Fields
Declaration
C#Copyprotected readonly UsbInterface _parent
Field Value
| Type | Description |
|---|---|
| UsbInterface |
Properties
Declaration
C#Copypublic EndpointDirection Direction { get; }
Property Value
| Type | Description |
|---|---|
| EndpointDirection |
Declaration
C#Copypublic int Id { get; }
Property Value
| Type | Description |
|---|---|
| int |
Declaration
C#Copypublic int MaxPacketSize { get; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
Declaration
C#Copyprotected int TransferImpl(byte[] buffer, int length, uint timeout)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | buffer | |
| int | length | |
| uint | timeout |
Returns
| Type | Description |
|---|---|
| int |