Class GenDCFlowTable
GenDC flow table. Extends GenDCFlowTableHeader with an array of per-flow sizes.
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class GenDCFlowTable : GenDCFlowTableHeader, IDisposable
Constructors
View SourceGenDCFlowTable()
Declaration
public GenDCFlowTable()
Properties
View SourceFlowSize
Array of per-flow data sizes in bytes. Indexed by flow ID.
Declaration
public SWIGTYPE_p_unsigned_long_long FlowSize { get; set; }
Property Value
| Type | Description |
|---|---|
| SWIGTYPE_p_unsigned_long_long |
Methods
View SourceDispose(bool)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |