Core.Actions.SetBit
Revision as of 04:43, 12 August 2014 by Nb (talk | contribs) (Created page with "Category:Core == Classification == {{ClassificationActivity | SetBit | Sets a bit in a ByteField | Action | OTX Core library | ByteFieldModifiers related ac...")
Classification
Name | SetBit |
Short Description | Sets a bit in a ByteField |
Class | Action |
Extension | OTX Core library |
Group | ByteFieldModifiers related actions |
Exceptions | OutOfBoundsException |
Checker Rules | - |
Standard Compliant | Yes |
Description
The OTX SetBit activity sets a bit in a ByteField.
Properties
Name | Data Type | Class | Default | Cardinality | Description |
ByteField | ByteField | Variable | - | [1] | Variable of type ByteField bit should be set in the |
Index | Integer | Term | - | [1] | The byte in the ByteField in which the bit will be used to determine |
Position | Integer | Term | - | [1] | Bit position in the byte where bit should be set |
Value | Boolean | Term | - | [1] | True or false value to which the bit is set |
See also
Assignment
ProcedureCall
ShiftRight
ShiftLeft
ReplaceSubByteField
AppendByteField
ListConcatenate
ListAppendItems
ListInsertItems
ListRemoveItems
ListClear
MapUnion
MapPutItems
MapRemoveItems
MapClear