Click or drag to resize

MoverioInfo Class

This class manages the system status of various devices installed in Moverio.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          MoverioBasicFunctionUnityPluginMoverioInfo

Namespace:  MoverioBasicFunctionUnityPlugin
Assembly:  MoverioBasicFunctionUnityPlugin (in MoverioBasicFunctionUnityPlugin.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public class MoverioInfo : MonoBehaviour

The MoverioInfo type exposes the following members.

Constructors
  NameDescription
Public methodMoverioInfo
Initializes a new instance of the MoverioInfo class
Top
Methods
  NameDescription
Public methodStatic memberGetHeadsetProductName
Get the headset product name.
Public methodStatic memberGetHeadsetSerialNumber
Get the headset serial number.
Public methodStatic memberIsActive
Get whether MoverioInfo is active.
Public methodStatic memberIsHeadsetAttached
Get the attached status between Moverio headset and host device.
Public methodStatic memberReconnect
Reconnect to moverio.
Top
Fields
  NameDescription
Public fieldOnHeadsetAttached
Called when the headset connection is attected.
Public fieldOnHeadsetDetached
Called when the headset connection is detected.
Top
See Also