Namespace: Enum

Enum

Enums namespace
Source:

Members

(static) Arm :string

Arm identification as defined in the Myo Android SDK
Type:
  • string
Properties:
Name Type Description
LEFT string
RIGHT string
UNKNOWN string
Source:

(static) ConnectionState :string

Connetion state
Type:
  • string
Properties:
Name Type Description
CONNECTED string
CONNECTING string
DISCONNECTED string
Source:

(static) LockingPolicy :string

Locking policy as defined in the Myo Android SDK
Type:
  • string
Properties:
Name Type Description
NONE string Pose events are always sent.
STANDARD string Pose events are not sent while a Myo is locked.
Source:

(static) Pose :string

Supported hand poses as defined in the Myo Android SDK
Type:
  • string
Properties:
Name Type Description
REST string
FIST string
WAVE_IN string
WAVE_OUT string
FINGERS_SPREAD string
DOUBLE_TAP string
UNKNOWN string
Source:

(static) UnlockType :string

Unlock types supported by Myo, as defined in the Myo Android SDK
Type:
  • string
Properties:
Name Type Description
TIMED string Unlock for a fixed period of time.
HOLD string Unlock until explicitly told to re-lock.
Source:

(static) VibrationType :string

Types of vibration supported by the Myo, as defined in the Myo Android SDK
Type:
  • string
Properties:
Name Type Description
SHORT string
MEDIUM string
LONG string
Source:

(static) XDirection :string

Possible directions for Myo's +x axis relative to a user's arm as defined in the Myo Android SDK
Type:
  • string
Properties:
Name Type Description
TOWARD_WRIST string
TOWARD_ELBOW string
UNKNOWN string
Source: