public static enum BroadcomColorSensor.PSResolution extends java.lang.Enum<BroadcomColorSensor.PSResolution>
| Modifier and Type | Field and Description |
|---|---|
byte |
bVal |
| Modifier and Type | Method and Description |
|---|---|
byte |
bitOr(BroadcomColorSensor.PSResolution him) |
byte |
bitOr(byte him) |
static BroadcomColorSensor.PSResolution |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BroadcomColorSensor.PSResolution[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BroadcomColorSensor.PSResolution R8BIT
public static final BroadcomColorSensor.PSResolution R9BIT
public static final BroadcomColorSensor.PSResolution R10BIT
public static final BroadcomColorSensor.PSResolution R11BIT
public static BroadcomColorSensor.PSResolution[] values()
for (BroadcomColorSensor.PSResolution c : BroadcomColorSensor.PSResolution.values()) System.out.println(c);
public static BroadcomColorSensor.PSResolution valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic byte bitOr(BroadcomColorSensor.PSResolution him)
public byte bitOr(byte him)