| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.types.enumerated | |
| org.eclipse.milo.opcua.stack.core.types.structured |
| Modifier and Type | Method and Description |
|---|---|
ServerState |
ServerState.Codec.decode(SerializationContext context,
UaDecoder decoder) |
static @Nullable ServerState |
ServerState.from(int value) |
static ServerState |
ServerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerState[] |
ServerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Class<ServerState> |
ServerState.Codec.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerState.Codec.encode(SerializationContext context,
UaEncoder encoder,
ServerState value) |
| Modifier and Type | Method and Description |
|---|---|
ServerState |
RedundantServerDataType.getServerState() |
ServerState |
ServerStatusDataType.getState() |
| Constructor and Description |
|---|
RedundantServerDataType(String serverId,
UByte serviceLevel,
ServerState serverState) |
ServerStatusDataType(DateTime startTime,
DateTime currentTime,
ServerState state,
BuildInfo buildInfo,
UInteger secondsTillShutdown,
LocalizedText shutdownReason) |
Copyright © 2025. All rights reserved.