public static class

MotionTrigger.Sensitivity

extends Object
java.lang.Object
   ↳ com.datalogic.device.input.MotionTrigger.Sensitivity

Class Overview

Class representing the sensitivity used to trigger the action, constituted by an id and a name.

Summary

Public Methods
int getId()
Gets the sensitivity ID.
String getName()
Gets the sensitivity name.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public int getId ()

Added in revision 11

Gets the sensitivity ID.

Returns
  • int The motion ID.

public String getName ()

Added in revision 11

Gets the sensitivity name.

Returns
  • String The motion name.