public static enum Bx5GController.RunMode extends Enum<Bx5GController.RunMode>
Enum Constant and Description |
---|
CLIENT
Socket Client
|
RS232
RS232
|
SERVER
Socket Server
|
Modifier and Type | Method and Description |
---|---|
static Bx5GController.RunMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bx5GController.RunMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Bx5GController.RunMode RS232
public static final Bx5GController.RunMode CLIENT
public static final Bx5GController.RunMode SERVER
public static Bx5GController.RunMode[] values()
for (Bx5GController.RunMode c : Bx5GController.RunMode.values()) System.out.println(c);
public static Bx5GController.RunMode 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 nullCopyright © 2020 onbon4j. All rights reserved.