Esempio n. 1
0
        public void GetStationConnectionType()
        {
            String connType = jbc_api.GetStationConnectionType(station_id);

            Trace.WriteLine("STATION: " + station_id + " CONNECTION: " + connType);
            Assert.IsTrue(connType == "U" || connType == "E");
        }