示例#1
0
        public void GetStationMaxExternalTemp()
        {
            SetNotSupportedErrorCallback();

            CTemperature max_temp = jbc_api.GetStationMaxExternalTemp(station_id);

            if (max_temp != null)
            {
                Debug.WriteLine("STATION ID:" + station_id + " MAX EXT TEMP: " + max_temp.UTI);
            }
        }