9#include "../sf/service.h"
20Result tcEnableFanControl(
void);
23Result tcIsFanControlEnabled(
bool *status);
Service object structure.
Definition service.h:14
Result tcInitialize(void)
Initialize tc.
Service * tcGetServiceSession(void)
Gets the Service for tc.
void tcExit(void)
Exit tc.
Result tcDisableFanControl(void)
Result tcGetSkinTemperatureMilliC(s32 *skinTemp)
Only available on [5.0.0+].
u32 Result
Function error code result type.
Definition types.h:44
int32_t s32
32-bit signed integer.
Definition types.h:27