public static enum OpcTcpSettings.Flag extends Enum<OpcTcpSettings.Flag>
| Enum Constant and Description |
|---|
MultiThread
In multithread mode, depending on implementation, channels encrypt and decrypt messages
simultaneously in multiple threads.
|
| Modifier and Type | Method and Description |
|---|---|
static OpcTcpSettings.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpcTcpSettings.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpcTcpSettings.Flag MultiThread
public static OpcTcpSettings.Flag[] values()
for (OpcTcpSettings.Flag c : OpcTcpSettings.Flag.values()) System.out.println(c);
public static OpcTcpSettings.Flag 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 © 2026. All rights reserved.