UtilsLib Xojo plugin

EinhugurBitwiseModule Module

EinhugurBitwiseModule

module EinhugurBitwiseModule

Methods

BitClrTo set a specified bit in a MemoryBlock to a 0, use the BitClr method.
BitClrTo set a specified bit in a MemoryBlock to a 0, use the BitClr method.
BitSetTo set a specified bit in a MemoryBlock to a 1, use the BitSet method.
BitSetTo set a specified bit in a MemoryBlock to a 1, use the BitSet method.
BitShiftTo obtain result of left- or right - shifted 32-bit value, use the BitShift function.
BitTstTo determine state of a bit in a bit string, use the BitTst function.
BitTstTo determine state of a bit in a MemoryBlock, use the BitTst function.
CompareBitsUse this method to compare a block of bits from one MemoryBlock to another.
CopyBitsToUse this method to copy a block of bits from one MemoryBlock to another.
Endian16SwapTo swap the endian of a 16bit integer value use the Endian16Swap function.
Endian32SwapTo swap the endian of a 32bit integer value use the Endian32Swap function.
HiWordTo obtain most-significant 16 bits of 32-bit operand, use the HiWord function.
LoWordTo obtain least-significant 16 bits of 32-bit operand, use the HiWord function