ST_AcsiOptionalFields

This structure provides information about the optional fields transferred in a report.

Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)

Syntax

TYPE ST_AcsiOptionalFields :
STRUCT
{ attribute 'hide'}    reserved : BIT;
    SequenceNumber     : BIT;
    ReportTimeStamp    : BIT;
    ReasonForInclusion : BIT;
    DataSetName        : BIT;
    DataReference      : BIT;
    BufferOverflow     : BIT;
    EntryID            : BIT;
    ConfRevision       : BIT;
    Segmentation       : BIT;
END_STRUCT
END_TYPE

Components

Name

Type

Description

reserved

BIT

Reserved.

SequenceNumber

BIT

If TRUE, the report is transferred with a sequence number.

ReportTimeStamp

BIT

If TRUE, the report is transferred with a time stamp.

ReasonForInclusion

BIT

If TRUE, the report with the cause of the reporting is transferred.

DataSetName

BIT

If TRUE, the report also includes the name of each referenced data set.

DataReference

BIT

If TRUE, the report also includes the object references of the data set member.

BufferOverflow

BIT

If TRUE, the report includes the attribute for the buffer overflow.

EntryID

BIT

If TRUE, the entries in the report are assigned consecutive numbers.

ConfRevision

BIT

If TRUE, the report includes the attribute for the revision of the configuration.

Segmentation

BIT

This bit is reserved.