示例#1
0
        public void GetPortToolTimeToStopStatus()
        {
            Assert.IsTrue(station_id >= 0);

            if (port_count > 0)
            {
                int time = jbc_api.GetPortToolTimeToStopStatus(station_id, Port.NUM_1);
                Debug.WriteLine("STATION ID:" + station_id + " PORT 1 TIME: " + time);
            }
            else
            {
                Debug.WriteLine("NO PORTS FOR STATION ID:" + station_id);
            }
        }