Class PLCmon.BitOps
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PLCmon.BitOps

Object
   |
   +----PLCmon.BitOps

public final class BitOps
extends Object

Constructor Index

 o PLCmon.BitOps()

Method Index

 o clrBit16(int, int)
 o clrBit8(short, int)
 o setBit16(int, int)
 o setBit8(short, int)
 o testBit16(int, int)
 o testBit8(short, int)
 o toggleBit16(int, int)
 o toggleBit8(short, int)

Constructors

 o BitOps
public BitOps()

Methods

 o clrBit16
public static int clrBit16(int dataword,
                           int bitpos)
 o clrBit8
public static int clrBit8(short data8,
                          int bitpos)
 o setBit16
public static int setBit16(int dataword,
                           int bitpos)
 o setBit8
public static int setBit8(short data8,
                          int bitpos)
 o testBit16
public static boolean testBit16(int dataword,
                                int bitpos)
 o testBit8
public static boolean testBit8(short data8,
                               int bitpos)
 o toggleBit16
public static int toggleBit16(int dataword,
                              int bitpos)
 o toggleBit8
public static short toggleBit8(short data8,
                               int bitpos)

All Packages  Class Hierarchy  This Package  Previous  Next  Index