Examples of DefineEventActionRequest


Examples of org.hxzon.asn1.mms.sequence.DefineEventActionRequest

        case Tag.CONTEXT | 51:
            return new AlterEventConditionMonitoringRequest().init("alterEventConditionMonitoring", "alterEventConditionMonitoring", tag, stream);
        case Tag.CONTEXT | 52:
            return new TriggerEventRequest().init("triggerEvent", "triggerEvent", tag, stream);
        case Tag.CONTEXT | 53:
            return new DefineEventActionRequest().init("defineEventAction", "defineEventAction", tag, stream);
        case Tag.CONTEXT | 54:
            return new DeleteEventActionRequest().init("deleteEventAction", "deleteEventAction", tag, stream);
        case Tag.CONTEXT | 55:
            //GetEventActionAttributes-Request ::= ObjectName  -- Event Action Name
            return new ObjectName().init("getEventActionAttributes", "getEventActionAttributes", tag, stream);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.