| | |
| | | this.port = port; |
| | | } |
| | | |
| | | public String getIpAddress() { |
| | | public String getIpAddressDevice() { |
| | | return ipAddress; |
| | | } |
| | | |
| | |
| | | this.parentRemarks = parentRemarks; |
| | | } |
| | | |
| | | public Object getCurState() { |
| | | // public Object getCurState() { |
| | | // return curState; |
| | | // } |
| | | |
| | | public Object getCurStateObject() { |
| | | return curState; |
| | | } |
| | | // public int getCurStateToInt() { |
| | | // return HDLUtlis.getIntegerByObject(curState); |
| | | // } |
| | | // |
| | | // public float getCurStateToFloat() { |
| | | // return HDLUtlis.getFloatByObject(curState); |
| | | // } |
| | | |
| | | public void setCurState(Object curState) { |
| | | this.curState = curState; |