OTX Reference
|
|
Returns part of ByteField More...
Public Attributes | |
ByteFieldTerm | byteField |
Operand of type ByteField. More... | |
NumericTerm | count |
Describes a amount of list items. More... | |
NumericTerm | index |
Cardinality [1] Describes a position in a ByteField. The first byte in a ByteField has the index value 0. More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term | |
MetaData | metaData |
Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Returns part of ByteField
SubByteField
is a term which returns a certain number(Count
) of Bytes from the position (Index
) of a ByteField
.
Exceptions.OutOfBoundsException | It is thrown if the index is not within the range [0,n-1], where n is the size of the ByteField. |
ByteFieldTerm OpenTestSystem.Otx.Core.Terms.SubByteField.byteField |
Operand of type ByteField.
NumericTerm OpenTestSystem.Otx.Core.Terms.SubByteField.count |
Describes a amount of list items.
NumericTerm OpenTestSystem.Otx.Core.Terms.SubByteField.index |
Cardinality [1]
Describes a position in a ByteField. The first byte in a ByteField has the index value 0.