Examples of InitiateDownloadSequenceRequest


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

        case Tag.CONTEXT | 24:
            return new ReportPoolSemaphoreStatusRequest().init("reportPoolSemaphoreStatus", "reportPoolSemaphoreStatus", tag, stream);
        case Tag.CONTEXT | 25:
            return new ReportSemaphoreEntryStatusRequest().init("reportSemaphoreEntryStatus", "reportSemaphoreEntryStatus", tag, stream);
        case Tag.CONTEXT | 26:
            return new InitiateDownloadSequenceRequest().init("initiateDownloadSequence", "initiateDownloadSequence", tag, stream);
        case Tag.CONTEXT | 27:
            //DownloadSegment-Request ::= Identifier
            return new Identifier().init("downloadSegment", "downloadSegment", tag, stream);
        case Tag.CONTEXT | 28:
            return new TerminateDownloadSequenceRequest().init("terminateDownloadSequence", "terminateDownloadSequence", 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.