Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
SysfsUtils Class Reference

#include <SysfsUtils.h>

Static Public Member Functions

static int SetString (const std::string &path, const std::string &valstr)
 
static int GetString (const std::string &path, std::string &valstr)
 
static int SetInt (const std::string &path, const int val)
 
static int GetInt (const std::string &path, int &val)
 
static bool Has (const std::string &path)
 
static bool HasRW (const std::string &path)
 

Member Function Documentation

◆ GetInt()

int SysfsUtils::GetInt ( const std::string &  path,
int &  val 
)
static

◆ GetString()

int SysfsUtils::GetString ( const std::string &  path,
std::string &  valstr 
)
static

◆ Has()

bool SysfsUtils::Has ( const std::string &  path)
static

◆ HasRW()

bool SysfsUtils::HasRW ( const std::string &  path)
static

◆ SetInt()

int SysfsUtils::SetInt ( const std::string &  path,
const int  val 
)
static

◆ SetString()

int SysfsUtils::SetString ( const std::string &  path,
const std::string &  valstr 
)
static

The documentation for this class was generated from the following files: