Class GenDCFlowTableHeader
GenDC flow table header, describing transport flows used by a container.
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class GenDCFlowTableHeader : IDisposable
Constructors
View SourceGenDCFlowTableHeader()
Declaration
public GenDCFlowTableHeader()
Fields
View SourceswigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
| Type | Description |
|---|---|
| bool |
Properties
View SourceFlags
Flow table flags. Reserved for future use.
Declaration
public ushort Flags { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort |
FlowCount
Number of flows described in the flow table.
Declaration
public uint FlowCount { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
HeaderSize
Total size of this flow table header in bytes.
Declaration
public uint HeaderSize { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
HeaderType
Header type identifier. Always GenDCHeaderType::TypeFlowTable.
Declaration
public GenDCHeaderType HeaderType { get; set; }
Property Value
| Type | Description |
|---|---|
| GenDCHeaderType |
Reserved
Reserved for alignment.
Declaration
public ushort Reserved { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort |
VersionMajor
Major version of the GenDC specification.
Declaration
public byte VersionMajor { get; set; }
Property Value
| Type | Description |
|---|---|
| byte |
VersionMinor
Minor version of the GenDC specification.
Declaration
public byte VersionMinor { get; set; }
Property Value
| Type | Description |
|---|---|
| byte |
Methods
View SourceDispose()
Dispose.
Declaration
public void Dispose()
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
~GenDCFlowTableHeader()
Destructor.
Declaration
protected ~GenDCFlowTableHeader()