public enum FT_EEPROM_FlowControl extends Enum<FT_EEPROM_FlowControl>
| Modifier and Type | Method and Description |
|---|---|
static FT_EEPROM_FlowControl |
byValue(byte value) |
byte |
getValue() |
void |
setValue(byte value) |
static FT_EEPROM_FlowControl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FT_EEPROM_FlowControl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FT_EEPROM_FlowControl NONE
public static final FT_EEPROM_FlowControl RTS_CTS
public static final FT_EEPROM_FlowControl DTR_DSR
public static final FT_EEPROM_FlowControl XON_XOFF
public static FT_EEPROM_FlowControl[] values()
for (FT_EEPROM_FlowControl c : FT_EEPROM_FlowControl.values()) System.out.println(c);
public static FT_EEPROM_FlowControl 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 nullpublic static FT_EEPROM_FlowControl byValue(byte value)
public byte getValue()
public void setValue(byte value)
Copyright © 2021. All rights reserved.