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

Bitwise NOT Operation More...

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

Public Attributes

ByteFieldTerm byteField
 Operand of type ByteField. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Bitwise NOT Operation

BitwiseNot is a Term, which returns the bitwise Negation of a ByteField.

Value = ~ByteFieldTerm
Syntax
ByteFieldTerm = ~ByteFieldTerm
Examples
// Local Declarations
ByteField result;
//Returns result = &ED
result = ~&12;

Member Data Documentation

◆ byteField

ByteFieldTerm OpenTestSystem.Otx.Core.Terms.BitwiseNot.byteField

Operand of type ByteField.