Class PLCmon.BitOps
All Packages Class Hierarchy This Package Previous Next Index
Class PLCmon.BitOps
Object
|
+----PLCmon.BitOps
- public final class BitOps
- extends Object
-
PLCmon.BitOps()
-
-
clrBit16(int, int)
-
-
clrBit8(short, int)
-
-
setBit16(int, int)
-
-
setBit8(short, int)
-
-
testBit16(int, int)
-
-
testBit8(short, int)
-
-
toggleBit16(int, int)
-
-
toggleBit8(short, int)
-
BitOps
public BitOps()
clrBit16
public static int clrBit16(int dataword,
int bitpos)
clrBit8
public static int clrBit8(short data8,
int bitpos)
setBit16
public static int setBit16(int dataword,
int bitpos)
setBit8
public static int setBit8(short data8,
int bitpos)
testBit16
public static boolean testBit16(int dataword,
int bitpos)
testBit8
public static boolean testBit8(short data8,
int bitpos)
toggleBit16
public static int toggleBit16(int dataword,
int bitpos)
toggleBit8
public static short toggleBit8(short data8,
int bitpos)
All Packages Class Hierarchy This Package Previous Next Index