Difference between revisions of "Core.Actions.SetBit"
Jump to navigation
Jump to search
(Created page with "Category:Core == Classification == {{ClassificationActivity | SetBit | Sets a bit in a ByteField | Action | OTX Core library | ByteFieldModifiers related ac...") |
|||
Line 9: | Line 9: | ||
{| {{TableHeader}} | {| {{TableHeader}} | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
− | {{TableRowPropertie1| ByteField | [[ByteField]] | [[Variable]] | - | [1] | Variable of type ByteField bit should be | + | {{TableRowPropertie1| ByteField | [[ByteField]] | [[Variable]] | - | [1] | Variable of type ByteField bit should be}} |
{{TableRowPropertie2| Index | [[Integer]] | [[Term]] | - | [1] | The byte in the ByteField in which the bit will be used to determine}} | {{TableRowPropertie2| Index | [[Integer]] | [[Term]] | - | [1] | The byte in the ByteField in which the bit will be used to determine}} | ||
{{TableRowPropertie1| Position | [[Integer]] | [[Term]] | - | [1] | Bit position in the byte where bit should be set}} | {{TableRowPropertie1| Position | [[Integer]] | [[Term]] | - | [1] | Bit position in the byte where bit should be set}} |
Revision as of 04:47, 12 August 2014
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 |
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