| java.lang.Object | |
| ↳ | org.ocast.core.setting.VersionInfo |
Provides information related to the device version
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
VersionInfo(String softwareVersion, String hardwareVersion)
Initializes a new VersionInfo object using the provided values
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getHardwareVersion()
Returns the hardware version
| ||||||||||
| String |
getSoftwareVersion()
Returns the software version
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Initializes a new VersionInfo object using the provided values
| softwareVersion | a String identifying the software version |
|---|---|
| hardwareVersion | a String identifying the hardware version |
Returns the hardware version
Returns the software version