Class IPvGenDCManager
Interface for managing GenDC (Generic Data Container) operations.
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class IPvGenDCManager : IDisposable
Fields
View SourceswigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
| Type | Description |
|---|---|
| bool |
Methods
View SourceDispose()
Dispose.
Declaration
public void Dispose()
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
~IPvGenDCManager()
Destructor.
Declaration
protected ~IPvGenDCManager()
GetGenDC()
Returns an interface to the Generic Data Container, which is then used to construct the GenDC Components and Parts
Declaration
public virtual IPvGenericDataContainer GetGenDC()
Returns
| Type | Description |
|---|---|
| IPvGenericDataContainer | A reference to the IPvGenericDataContainer interface. |
GetTotalPayloadSize()
Returns the total GenDC payload size, including descriptor and data.
Declaration
public virtual ulong GetTotalPayloadSize()
Returns
| Type | Description |
|---|---|
| ulong | The total payload size in bytes. |
ResetContainer()
Resets the GenDC Descriptor to a default state (no components, no parts).
Declaration
public virtual void ResetContainer()