Inheritance: IASN1PreparedElement
コード例 #1
0
        public void selectEventNotification(EventNotification val)
        {
            eventNotification_         = val;
            eventNotification_selected = true;


            informationReport_selected = false;

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


            informationReport_selected = false;

            unsolicitedStatus_selected = false;
        }