![]() |
OTX Reference
|
|
Replaces part of a ByteField. More...
Public Attributes | |
NumericTerm | index |
Cardinality [1] Describes a position in a ByteField. The first byte in a ByteField has the index value 0. More... | |
ByteFieldTerm | newByteField |
Cardinality [1] Operand of type ByteField. More... | |
![]() | |
ByteFieldVariable | byteField |
Cardinality [1] Identifies a ByteField variable which shall be modified. More... | |
![]() | |
OtxLink | validFor |
Cardinality [0..1] Validity of ActionRealisation. More... | |
Replaces part of a ByteField.
The ReplaceSubByteField
activity replaces one or more bytes within a ByteFields
from the position Index
and adapts the size of the ByteField if necessary.
Exceptions.OutOfBoundsException | It is thrown if the index is not within the range [0,n-1], where n is the size of the ByteField. |
NumericTerm OpenTestSystem.Otx.Core.Actions.ReplaceSubByteField.index |
Cardinality [1]
Describes a position in a ByteField. The first byte in a ByteField has the index value 0.
ByteFieldTerm OpenTestSystem.Otx.Core.Actions.ReplaceSubByteField.newByteField |
Cardinality [1]
Operand of type ByteField.