com.rsa.ace.techservice.udpserver
Class BitSwitch
java.lang.Object
com.rsa.ace.techservice.udpserver.BitSwitch
public class BitSwitch
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STATUS_SWITCH_PRIMARY
public static final byte STATUS_SWITCH_PRIMARY
- See Also:
- Constant Field Values
STATUS_SWITCH_SELF
public static final byte STATUS_SWITCH_SELF
- See Also:
- Constant Field Values
BitSwitch
public BitSwitch(byte bit_sw)
isSwitchPrimary
public boolean isSwitchPrimary()
- Returns:
- Returns (bit_sw & STATUS_SWITCH_PRIMARY) == STATUS_SWITCH_PRIMARY.
isSwitchSelf
public boolean isSwitchSelf()
- Returns:
- Returns (bit_sw & STATUS_SWITCH_SELF) == STATUS_SWITCH_SELF.
Copyright © 1999 - 2011 EMC Corporation. All Rights Reserved.