Examples of DefineNamedVariableListRequest


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

            //GetScatteredAccessAttributes-Request ::= ObjectName  -- ScatteredAccessName
            return new ObjectName().init("getScatteredAccessAttributes", "getScatteredAccessAttributes", tag, stream, true);
        case Tag.CONTEXT | 10:
            return new DeleteVariableAccessRequest().init("deleteVariableAccess", "deleteVariableAccess", tag, stream);
        case Tag.CONTEXT | 11:
            return new DefineNamedVariableListRequest().init("defineNamedVariableList", "defineNamedVariableList", tag, stream);
        case Tag.CONTEXT | 12:
            //GetNamedVariableListAttributes-Request ::= ObjectName  -- VariableListName
            return new ObjectName().init("getNamedVariableListAttributes", "getNamedVariableListAttributes", tag, stream);
        case Tag.CONTEXT | 13:
            return new DeleteNamedVariableListRequest().init("deleteNamedVariableList", "deleteNamedVariableList", 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.