libnx  v4.6.0
Functions
tc.h File Reference

Temperature control (tc) service IPC wrapper. More...

#include "../types.h"
#include "../sf/service.h"

Go to the source code of this file.

Functions

Result tcInitialize (void)
 Initialize tc.
 
void tcExit (void)
 Exit tc.
 
ServicetcGetServiceSession (void)
 Gets the Service for tc.
 
Result tcEnableFanControl (void)
 
Result tcDisableFanControl (void)
 
Result tcIsFanControlEnabled (bool *status)
 
Result tcGetSkinTemperatureMilliC (s32 *skinTemp)
 Only available on [5.0.0+].
 

Detailed Description

Temperature control (tc) service IPC wrapper.

Author
Behemoth

Function Documentation

◆ tcDisableFanControl()

Result tcDisableFanControl ( void  )
Warning
Disabling your fan can damage your system.