Examples of DefineEventConditionRequest


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

            //GetProgramInvocationAttributes-Request ::= Identifier  -- Program Invocation Name
            return new Identifier().init("getProgramInvocationAttributes", "getProgramInvocationAttributes", tag, stream);
        case Tag.CONTEXT | 46:
            return new ObtainFileRequest().init("obtainFile", "obtainFile", tag, stream);
        case Tag.CONTEXT | 47:
            return new DefineEventConditionRequest().init("defineEventCondition", "defineEventCondition", tag, stream);
        case Tag.CONTEXT | 48:
            return new DeleteEventConditionRequest().init("deleteEventCondition", "deleteEventCondition", tag, stream);
        case Tag.CONTEXT | 49:
            //GetEventConditionAttributes-Request ::= ObjectName  -- Event Condition Name
            return new ObjectName().init("getEventConditionAttributes", "getEventConditionAttributes", 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.