public final enum

RotationSpeed

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.device.display.RotationSpeed

Class Overview

The RotationSpeed enumeration defines the possible notification rotation speed on 2nd display.

Summary

Enum Values
RotationSpeed  FAST  High speed  
RotationSpeed  MEDIUM  Medium speed  
RotationSpeed  SLOW  Low speed  
Public Methods
static RotationSpeed valueOf(String name)
final static RotationSpeed[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final RotationSpeed FAST

Added in revision 24

High speed

public static final RotationSpeed MEDIUM

Added in revision 24

Medium speed

public static final RotationSpeed SLOW

Added in revision 24

Low speed

Public Methods

public static RotationSpeed valueOf (String name)

Added in revision 24

public static final RotationSpeed[] values ()

Added in revision 24