Examples of GetNameListRequest


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

    public BerNode create(int tag, BerInputStream stream) {
        switch (tag) {
        case Tag.CONTEXT | 0:
            return Asn1Utils.createBerBoolean("status", "status", tag, stream);
        case Tag.CONTEXT | 1:
            return new GetNameListRequest().init("getNameList", "getNameList", tag, stream);
        case Tag.CONTEXT | 2:
            //Identify-Request ::= NULL
            return new BerNull().init("identify", "identify", tag, stream);
        case Tag.CONTEXT | 3:
            return new RenameRequest().init("rename", "rename", 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.