public void GetStationMinExternalTemp() { SetNotSupportedErrorCallback(); CTemperature min_temp = jbc_api.GetStationMinExternalTemp(station_id); if (min_temp != null) { Debug.WriteLine("STATION ID:" + station_id + " MIN EXT TEMP: " + min_temp.UTI); } }