public class

VersionInfo

extends Object
java.lang.Object
   ↳ org.ocast.core.setting.VersionInfo

Class Overview

Provides information related to the device version

Summary

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

Public Constructors

public VersionInfo (String softwareVersion, String hardwareVersion)

Initializes a new VersionInfo object using the provided values

Parameters
softwareVersion a String identifying the software version
hardwareVersion a String identifying the hardware version

Public Methods

public String getHardwareVersion ()

Returns the hardware version

public String getSoftwareVersion ()

Returns the software version