public static class FTD3XX.PipeInformation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
InterfaceIndex
Index of the interface in the configuration.
|
int |
Interval
Interrupt interval for the pipe.
|
int |
MaximumPacketSize
Maximum packet size for the pipe.
|
int |
PipeId
ID of the pipe.
|
int |
PipeIndex
Index of the pipe in the interface.
|
int |
PipeType
Type of the pipe.
|
| Constructor and Description |
|---|
PipeInformation()
Instantiates a new Pipe information.
|
public int InterfaceIndex
public int PipeIndex
public int PipeType
public int PipeId
public int MaximumPacketSize
public int Interval