コード例 #1
0
        public bool sned_S15(ID_15_SECTION_DATA_REP send_gpp, out ID_115_SECTION_DATA_RESPONSE receive_gpp)
        {
            ValueDefMapActionBase mapAction = null;

            mapAction = getExcuteMapAction();
            return(mapAction.sned_Str15(send_gpp, out receive_gpp));
        }
 public virtual bool sned_Str15(ID_15_SECTION_DATA_REP send_gpp, out ID_115_SECTION_DATA_RESPONSE receive_gpp)
 {
     receive_gpp = null; return(true);
 }