| | |
| | | int ResetBitDevice(const StationIdentifier& station, DeviceType enDevType, short enDevNo); |
| | | |
| | | // 扩展设置/复位对象站的指定位软元件 |
| | | long SetBitDeviceEx(const StationIdentifier& station, long nDevType, long nDevNo); |
| | | long ResetBitDeviceEx(const StationIdentifier& station, long nDevType, long nDevNo); |
| | | long SetBitDeviceEx(const StationIdentifier& station, DeviceType enDevType, long nDevNo); |
| | | long ResetBitDeviceEx(const StationIdentifier& station, DeviceType enDevType, long nDevNo); |
| | | |
| | | // 执行对象站的CPU |
| | | int ControlCPU(const StationIdentifier& station, ControlCode enControlCode); |