Options

Undocumented in source.

Members

Functions

getAttempts
int getAttempts()

Returns the set API attempts or 3 if its not set.

getKey
string getKey()

Returns the set API key or an empty string if its not set.

getLanguage
Languages getLanguage()

Returns the set API language value or an english if its not set.

getTimeout
int getTimeout()

Returns the set timeout or 4096 if its not set.

getUnits
Units getUnits()

Returns the set API units or Kelvin if its not set.

setAttempts
void setAttempts(int attempts)

Sets the API attempts value.

setKey
void setKey(string key)

Sets the API key value.

setLanguage
void setLanguage(Languages language)

Sets the API language value.

setTimeout
void setTimeout(int timeout)

Sets the API timeout value.

setUnits
void setUnits(Units unit)

Sets the API unit value.

Static functions

getInstance
Options getInstance()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ATTEMPTS_DEFAULT
int ATTEMPTS_DEFAULT;
Undocumented in source.
TIMEOUT_DEFAULT
int TIMEOUT_DEFAULT;
Undocumented in source.

Meta