Class BprRlyCtrl
- java.lang.Object
-
- com.rfideas.pcproxapisdk.configuration.BprRlyCtrl
-
- All Implemented Interfaces:
java.lang.Cloneable
public class BprRlyCtrl extends java.lang.Object implements java.lang.Cloneable
-
-
Constructor Summary
Constructors Constructor Description BprRlyCtrl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
clone()
short
getbVolatile()
Returns the bVolatile part of BprRlyCtrlshort
getiBeeperState()
Returns the iBeeperState part of BprRlyCtrlshort
getiPad0()
Returns the iPad0 part of BprRlyCtrlshort
getiPad3()
Returns the iPad3 part of BprRlyCtrlshort
getiPad4()
Returns the iPad4 part of BprRlyCtrlshort
getiPad5()
Returns the iPad5 part of BprRlyCtrlshort
getiPad6()
Returns the iPad6 part of BprRlyCtrlshort
getiRelayState()
Returns the iRelayState part of BprRlyCtrlvoid
setbVolatile(short bVolatile)
Sets the bVolatile part of BprRlyCtrlvoid
setiBeeperState(short iBeeperState)
Sets the iBeeperState part of BprRlyCtrlvoid
setiPad0(short iPad0)
Sets the iPad0 part of BprRlyCtrlvoid
setiPad3(short iPad3)
Sets the iPad3 part of BprRlyCtrlvoid
setiPad4(short iPad4)
Sets the iPad4 part of BprRlyCtrlvoid
setiPad5(short iPad5)
Sets the iPad5 part of BprRlyCtrlvoid
setiPad6(short iPad6)
Sets the iPad6 part of BprRlyCtrlvoid
setiRelayState(short iRelayState)
Sets the iRelayState part of BprRlyCtrl
-
-
-
Method Detail
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Overrides:
clone
in classjava.lang.Object
- Throws:
java.lang.CloneNotSupportedException
-
getiPad0
public short getiPad0()
Returns the iPad0 part of BprRlyCtrl
-
setiPad0
public void setiPad0(short iPad0)
Sets the iPad0 part of BprRlyCtrl
-
getiBeeperState
public short getiBeeperState()
Returns the iBeeperState part of BprRlyCtrl
-
setiBeeperState
public void setiBeeperState(short iBeeperState)
Sets the iBeeperState part of BprRlyCtrl
-
getiRelayState
public short getiRelayState()
Returns the iRelayState part of BprRlyCtrl
-
setiRelayState
public void setiRelayState(short iRelayState)
Sets the iRelayState part of BprRlyCtrl
-
getiPad3
public short getiPad3()
Returns the iPad3 part of BprRlyCtrl
-
setiPad3
public void setiPad3(short iPad3)
Sets the iPad3 part of BprRlyCtrl
-
getiPad4
public short getiPad4()
Returns the iPad4 part of BprRlyCtrl
-
setiPad4
public void setiPad4(short iPad4)
Sets the iPad4 part of BprRlyCtrl
-
getiPad5
public short getiPad5()
Returns the iPad5 part of BprRlyCtrl
-
setiPad5
public void setiPad5(short iPad5)
Sets the iPad5 part of BprRlyCtrl
-
getiPad6
public short getiPad6()
Returns the iPad6 part of BprRlyCtrl
-
setiPad6
public void setiPad6(short iPad6)
Sets the iPad6 part of BprRlyCtrl
-
getbVolatile
public short getbVolatile()
Returns the bVolatile part of BprRlyCtrl
-
setbVolatile
public void setbVolatile(short bVolatile)
Sets the bVolatile part of BprRlyCtrl
-
-