public UDPUtils(ComReadDataInterface crdInter) : base() { this.crdInter = crdInter; }
public SerialPortUtils(ComReadDataInterface crdInter) : base() { this.crdInter = crdInter; }
public TCPServer(ComReadDataInterface crdInter) { this.crdInter = crdInter; }
////////////////////////////////////////////////////////////////////////////////////// public TCPClienUtils(ComReadDataInterface crdInter) { this.crdInter = crdInter; }