Package com.epson.moverio.util
Class Property.Product
- java.lang.Object
-
- com.epson.moverio.util.Property.Product
-
- Enclosing class:
- Property
public static class Property.Product extends java.lang.Object
Get product properties such as "Product name" and "Software version".- Since:
- 1.1.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROPERTY_MODEL_TYPE_IF
Interface model typestatic java.lang.String
PROPERTY_MODEL_TYPE_STANDALONE
Standalone model typestatic java.lang.String
PROPERTY_MODEL_TYPE_UNKNOWN
Unknown model typestatic java.lang.String
PROPERTY_PRODUCT_NAME_UNKNOWN
Unknown product namestatic java.lang.String
PROPERTY_SYSTEM_VERSION_UNKNOWN
Unknown system version
-
Constructor Summary
Constructors Constructor Description Product(android.content.Context context)
This is the Product constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getHeadsetProductName()
Get the headset product name.java.lang.String
getModelType()
Get the model type of Moverio.
-
-
-
Field Detail
-
PROPERTY_PRODUCT_NAME_UNKNOWN
public static final java.lang.String PROPERTY_PRODUCT_NAME_UNKNOWN
Unknown product name- Since:
- 1.1.0
- See Also:
- Constant Field Values
-
PROPERTY_SYSTEM_VERSION_UNKNOWN
public static final java.lang.String PROPERTY_SYSTEM_VERSION_UNKNOWN
Unknown system version- Since:
- 1.1.0
- See Also:
- Constant Field Values
-
PROPERTY_MODEL_TYPE_IF
public static final java.lang.String PROPERTY_MODEL_TYPE_IF
Interface model type- Since:
- 1.1.0
- See Also:
- Constant Field Values
-
PROPERTY_MODEL_TYPE_STANDALONE
public static final java.lang.String PROPERTY_MODEL_TYPE_STANDALONE
Standalone model type- Since:
- 1.1.0
- See Also:
- Constant Field Values
-
PROPERTY_MODEL_TYPE_UNKNOWN
public static final java.lang.String PROPERTY_MODEL_TYPE_UNKNOWN
Unknown model type- Since:
- 1.1.0
- See Also:
- Constant Field Values
-
-
Method Detail
-
getHeadsetProductName
public java.lang.String getHeadsetProductName()
Get the headset product name. Returns the headset product name string when acquiring the headset product name string is successful, and returns null when it fails.- Returns:
- a string of headset product name: success, null: fail
- Since:
- 1.1.0
-
getModelType
public java.lang.String getModelType()
Get the model type of Moverio. Returns the model type string when acquiring the model type string is successful, and returns null when it fails.- Returns:
- a string of model type: success, null: fail
- Since:
- 1.1.0
-
-