コード例 #1
0
 //End Data for S7Online
 internal Connection(Interface Interface, ConnectionConfig config, int PduSize)
 {
     _connectionConfig = config;
     _interface = Interface;
     _pduSize = PduSize;
 }
コード例 #2
0
        //End Data for S7Online

        internal Connection(Interface Interface, ConnectionConfig config, int PduSize)
        {
            _connectionConfig = config;
            _interface        = Interface;
            _pduSize          = PduSize;
        }