Exemplo n.º 1
0
Arquivo: DaTest.cs Projeto: zzlc/h-opc
        public void DaGetDataType()
        {
            var type = _client.GetDataType(TestRegister);

            Assert.AreEqual(typeof(short), type);
        }