OTX Reference  
OpenTestSystem.Otx.Core.Terms.ByteFieldGetSize Class Reference

Number of Bytes in a Bytefields More...

Inheritance diagram for OpenTestSystem.Otx.Core.Terms.ByteFieldGetSize:
Inheritance graph

Public Attributes

ByteFieldTerm byteField
 The ByteField operand whose size shall be returned. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Number of Bytes in a Bytefields

ByteFieldGetSize is a term, which returns the number of Bytes within a ByteField.

Syntax
IntegerTerm = ByteField.ByteFieldGetSize(ByteFieldTerm);
Examples
// Local Declarations
ByteField result;
//Returns result = 1
result = ByteField.ByteFieldGetSize(&12);

Member Data Documentation

◆ byteField

ByteFieldTerm OpenTestSystem.Otx.Core.Terms.ByteFieldGetSize.byteField

The ByteField operand whose size shall be returned.