예제 #1
0
        /// <summary>
        /// Constructor
        /// </summary>
        /// <param name="reader">The binary reader containing the table data</param>
        /// <param name="table2389">The table 2389 object for the current device</param>
        // Revision History
        // MM/DD/YY who Version Issue# Description
        // -------- --- ------- ------ ---------------------------------------
        // 12/12/11 RCG 2.53.17 N/A    Created

        public OpenWayMFGTable2392(PSEMBinaryReader reader, OpenWayMFGTable2389 table2389)
            : base(reader, table2389, 2392)
        {
        }
예제 #2
0
        /// <summary>
        /// Constructor
        /// </summary>
        /// <param name="psem">The PSEM communications object for the current session</param>
        /// <param name="table2389">The table 2389 object for the current device</param>
        // Revision History
        // MM/DD/YY who Version Issue# Description
        // -------- --- ------- ------ ---------------------------------------
        // 12/12/11 RCG 2.53.17 N/A    Created

        public OpenWayMFGTable2392(CPSEM psem, OpenWayMFGTable2389 table2389)
            : base(psem, table2389, 2392)
        {
        }