public static enum ScannerConfig.DecodeLEDFeedbackMode extends Enum<ScannerConfig.DecodeLEDFeedbackMode>
| Enum Constant and Description | 
|---|
BOTH
LED Feedback is given by both Device and the remote scanner. 
 | 
DISABLE
LED Feedback is disabled on both Device and the remote scanner. 
 | 
LOCAL
LED Feedback is given by the Device. 
 | 
REMOTE
LED Feedback is given by the Ring Scanner. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ScannerConfig.DecodeLEDFeedbackMode | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ScannerConfig.DecodeLEDFeedbackMode[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ScannerConfig.DecodeLEDFeedbackMode LOCAL
public static final ScannerConfig.DecodeLEDFeedbackMode REMOTE
public static final ScannerConfig.DecodeLEDFeedbackMode BOTH
public static final ScannerConfig.DecodeLEDFeedbackMode DISABLE
public static ScannerConfig.DecodeLEDFeedbackMode[] values()
for (ScannerConfig.DecodeLEDFeedbackMode c : ScannerConfig.DecodeLEDFeedbackMode.values()) System.out.println(c);
public static ScannerConfig.DecodeLEDFeedbackMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null