コード例 #1
0
        public bool sned_S21(ID_21_CONTROL_DATA_REP send_gpp, out ID_121_CONTROL_DATA_RESPONSE receive_gpp)
        {
            ValueDefMapActionBase mapAction = null;

            mapAction = getExcuteMapAction();
            return(mapAction.sned_Str21(send_gpp, out receive_gpp));
        }
 public virtual bool sned_Str21(ID_21_CONTROL_DATA_REP send_gpp, out ID_121_CONTROL_DATA_RESPONSE receive_gpp)
 {
     receive_gpp = null; return(true);
 }