How can I measure the operating temperature on my motherboard or module?

Temperatures are monitored on NAI motherboards and modules. These values can be accessed by using the following NAI function calls:

nai_status_t NAIAPI naibrd_GetModuleTemp(cardIndex, module, nai_module_temp_type_t moduleTempType, nai_module_temp_t *moduleTemp);

nai_status_t NAIAPI naibrd_GetMotherboardTemp(cardIndex, nai_motherboard_temp_type_t mbTempType, nai_motherboard_temp_t *mbTemp);