Class GenDCPartHeader1DBase
Extended part header fields for 1D array parts, GenICam chunk, and GenICam XML parts.
Inheritance
GenDCPartHeader1DBase
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class GenDCPartHeader1DBase : GenDCPartHeader, IDisposable
Constructors
View SourceGenDCPartHeader1DBase()
Declaration
public GenDCPartHeader1DBase()
Properties
View SourceInfoReserved
Reserved for future use.
Declaration
public uint InfoReserved { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
InfoTypeSpecific
Type-specific info field. Interpretation depends on the part type.
Declaration
public ulong InfoTypeSpecific { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong |
PaddingReserved
Reserved for alignment.
Declaration
public ushort PaddingReserved { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort |
PaddingX
Padding at the end of the data in bytes.
Declaration
public ushort PaddingX { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort |
SizeX
Number of elements in the 1D array.
Declaration
public ulong SizeX { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong |
Methods
View SourceDispose(bool)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |