Class PvGenDCPart1DFields
Specific part fields for the 1D array type
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class PvGenDCPart1DFields : IDisposable
Constructors
View SourcePvGenDCPart1DFields()
Constructor
Declaration
public PvGenDCPart1DFields()
Fields
View SourceswigCMemOwn
Determines who is responsible for deleting the underlying C++ object.
Declaration
protected bool swigCMemOwn
Field Value
| Type | Description |
|---|---|
| bool |
Properties
View SourceInfoReserved
Reserved for future use.
Declaration
public uint InfoReserved { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
InfoTypeSpecific
Reserved for future use.
Declaration
public ulong InfoTypeSpecific { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong |
Padding
Size of the padding at the end of the part.
Declaration
public ushort Padding { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort |
PaddingReserved
Reserved for alignment and future use.
Declaration
public ushort PaddingReserved { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort |
Size
Size of the 1D part.
Declaration
public ulong Size { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong |
Methods
View SourceDispose()
Dispose.
Declaration
public void Dispose()
Dispose(bool)
Dispose
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
~PvGenDCPart1DFields()
Destructor.
Declaration
protected ~PvGenDCPart1DFields()