19 #ifndef SMIINTERFACE_H
20 #define SMIINTERFACE_H
60 virtual void setArg(
u8 argNumber,
u32 argValue ) = 0;
101 std::string getServiceTag();
102 void setServiceTag(
const std::string &password,
const std::string &newTag);
103 std::string getAssetTag();
104 void setAssetTag(
const std::string &password,
const std::string &newTag);
150 void wirelessRadioControl(
bool enable,
bool boot,
bool runtime,
int enable_token,
int disable_token,
int radioNum, std::string password);
153 void wirelessSwitchControl(
bool enable,
bool boot,
bool runtime,
int enable_token,
int disable_token,
int switchNum, std::string password);