Ejemplo n.º 1
0
        public void TestErr_QueryAvailableLocaleIDs02()
        {
            //testing --
            OpcServer opcServer         = new OpcServer();
            Accessor  opcServerAccessor = ReflectionAccessor.Wrap(opcServer);

            opcServerAccessor.SetField("ifServer", new OPCServerComClass());
            opcServerAccessor.SetField("ifCommon", ((IOPCCommon)opcServerAccessor.GetField("ifServer")));
            int[] lcid = new int[4];
            //Test Procedure Call
            opcServer.QueryAvailableLocaleIDs(out lcid);
            //Post Condition Check
        }