| | |
| | | private int stateCommand;//读取状态码 |
| | | private int stateBackCommand;//读取状态返回码 |
| | | private int channelNum;//回路号 |
| | | private int deviceIndex;//序列号 |
| | | private int deviceSubnetID;//设备子网号 |
| | | private int deviceDeviceID;//设备号 |
| | | private int sourceSubnetID;//源子网号 |
| | |
| | | this.channelNum = channelNum; |
| | | } |
| | | |
| | | public int getDeviceIndex() { |
| | | return deviceIndex; |
| | | } |
| | | |
| | | public void setDeviceIndex(int deviceIndex) { |
| | | this.deviceIndex = deviceIndex; |
| | | } |
| | | |
| | | public String getRemarks() { |
| | | return remarks; |
| | | } |
| | |
| | | ", stateCommand=" + stateCommand + |
| | | ", stateBackCommand=" + stateBackCommand + |
| | | ", channelNum=" + channelNum + |
| | | ", deviceIndex=" + deviceIndex + |
| | | ", deviceSubnetID=" + deviceSubnetID + |
| | | ", deviceDeviceID=" + deviceDeviceID + |
| | | ", sourceSubnetID=" + sourceSubnetID + |
| | |
| | | ", physicsChannelNum=" + physicsChannelNum + |
| | | ", intCurState=" + intCurState + |
| | | ", deviceKey='" + deviceKey + '\'' + |
| | | ", isGetDeviceStateSuccess=" + isGetDeviceStateSuccess + |
| | | '}'; |
| | | } |
| | | } |