Inheritance: IASN1PreparedElement
コード例 #1
0
        public void selectInformationReport(InformationReport val)
        {
            informationReport_         = val;
            informationReport_selected = true;


            unsolicitedStatus_selected = false;

            eventNotification_selected = false;
        }
コード例 #2
0
ファイル: UnconfirmedService.cs プロジェクト: rmc00/gsf
        public void selectInformationReport(InformationReport val)
        {
            informationReport_ = val;
            informationReport_selected = true;


            unsolicitedStatus_selected = false;

            eventNotification_selected = false;
        }