Enum PvGenDCVariableField
Indicates which GenDC fields may change during transmission.
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public enum PvGenDCVariableField
Fields
| Name | Description |
|---|---|
| PvGenDCVFComponentCount | If set as a GenDC variable field, the last components may not be transmitted. |
| PvGenDCVFComponentInvalid | If set as a GenDC variable field, the 'Invalid' flag of certain components can change during transmission. |
| PvGenDCVFDataSize | If set as a GenDC variable field, the container data size can shrink during transmission. |
| PvGenDCVFFormat | If set as a GenDC variable field, the components format can change during transmission. |
| PvGenDCVFRegionOffset | If set as a GenDC variable field, the components offset can change during transmission. |
| PvGenDCVFReserved | If set as a GenDC variable field, the 'Reserved' flag of certain components can change during transmission. |
| PvGenDCVFSizeX | If set as a GenDC variable field, the container parts size and padding in the X axis can change during transmission. |
| PvGenDCVFSizeY | If set as a GenDC variable field, the container parts size and padding in the Y axis can change during transmission. |
| PvGenDCVFTimestamp | If set as a GenDC variable field, the components timestamp can change during transmission. |