public static enum StpApi.GPIOSignalMode extends java.lang.Enum<StpApi.GPIOSignalMode> implements com.google.protobuf.ProtocolMessageEnum
Impinj.STP.GPIOSignalMode
The way that GPIOs are used, with functions on the same
GPIOs or on separate GPIOs.| Enum Constant and Description |
|---|
GPIO_SIGNAL_MODE_COMBINED |
GPIO_SIGNAL_MODE_PRESENCE_DETECTION |
GPIO_SIGNAL_MODE_SEPARATE |
| Modifier and Type | Field and Description |
|---|---|
static int |
GPIO_SIGNAL_MODE_COMBINED_VALUE |
static int |
GPIO_SIGNAL_MODE_PRESENCE_DETECTION_VALUE |
static int |
GPIO_SIGNAL_MODE_SEPARATE_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<StpApi.GPIOSignalMode> |
internalGetValueMap() |
static StpApi.GPIOSignalMode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StpApi.GPIOSignalMode |
valueOf(int value) |
static StpApi.GPIOSignalMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StpApi.GPIOSignalMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StpApi.GPIOSignalMode GPIO_SIGNAL_MODE_COMBINED
public static final StpApi.GPIOSignalMode GPIO_SIGNAL_MODE_SEPARATE
public static final StpApi.GPIOSignalMode GPIO_SIGNAL_MODE_PRESENCE_DETECTION
public static final int GPIO_SIGNAL_MODE_COMBINED_VALUE
public static final int GPIO_SIGNAL_MODE_SEPARATE_VALUE
public static final int GPIO_SIGNAL_MODE_PRESENCE_DETECTION_VALUE
public static StpApi.GPIOSignalMode[] values()
for (StpApi.GPIOSignalMode c : StpApi.GPIOSignalMode.values()) System.out.println(c);
public static StpApi.GPIOSignalMode 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 final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static StpApi.GPIOSignalMode valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<StpApi.GPIOSignalMode> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static StpApi.GPIOSignalMode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)