OTX Reference  
OpenTestSystem.Otx.Core.Actions.AppendByteField Class Reference

Appends ByteFields. More...

Inheritance diagram for OpenTestSystem.Otx.Core.Actions.AppendByteField:
Inheritance graph

Public Attributes

ByteFieldTerm[] otherByteField
 Cardinality [1..*]
List of ByteField terms which shall be appended. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ByteFieldModifier
ByteFieldVariable byteField
 Cardinality [1]
Identifies a ByteField variable which shall be modified. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Cardinality [0..1]
Validity of ActionRealisation. More...
 

Detailed Description

Appends ByteFields.

Appends ByteField values to the end of another ByteField.

Syntax
AppendByteField(ByteFieldVariable byteField, { ByteFieldTerm otherByteField, ... });
ByteFieldTerm[] otherByteField
Cardinality [1..*] List of ByteField terms which shall be appended.
Definition: Core.cs:6559
ByteFieldVariable byteField
Cardinality [1] Identifies a ByteField variable which shall be modified.
Definition: Core.cs:6376
Example
// Local Declarations
ByteField ByteField1 = &00FF;
ByteField NewByteField1 = &F0;
// Flow
ByteField.AppendByteField(ByteField1, { NewByteField1, &F1 });

Member Data Documentation

◆ otherByteField

ByteFieldTerm [] OpenTestSystem.Otx.Core.Actions.AppendByteField.otherByteField

Cardinality [1..*]
List of ByteField terms which shall be appended.