Examples of ObtainFileRequest


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

            return new KillRequest().init("kill", "kill", tag, stream);
        case Tag.CONTEXT | 45:
            //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:
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.