BitSet | To set a specified bit in a MemoryBlock to a 1, use the BitSet method. |
BitTst | To determine state of a bit in a MemoryBlock, use the BitTst function. |
BitClr | To set a specified bit in a MemoryBlock to a 0, use the BitClr method. |
BitSet | To set a specified bit in a MemoryBlock to a 1, use the BitSet method. |
BitTst | To determine state of a bit in a bit string, use the BitTst function. |
BitClr | To set a specified bit in a MemoryBlock to a 0, use the BitClr method. |
CopyBitsTo | Use this method to copy a block of bits from one MemoryBlock to another. |
CompareBits | Use this method to compare a block of bits from one MemoryBlock to another. |
[Footnote]