Interface OpcSystemRpc
public interface OpcSystemRpc
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
static final record
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbrowseServer
(String serverName, String nodeId) getServers
(boolean includeDisabled) @Nullable String
getServerState
(String serverName) boolean
isServerEnabled
(String serverName) readValues
(List<ServerNodeId> nodes) void
setServerEnabled
(String serverName, boolean enabled) writeValues
(List<OpcSystemRpc.OutgoingOpcWrite> writes, List<String> indexRanges)
-
Field Details
-
SERIALIZER
-
-
Method Details
-
browseServer
- Throws:
Exception
-
getServerState
- Throws:
Exception
-
getServers
-
readValues
- Throws:
Exception
-
writeValues
List<QualityCode> writeValues(List<OpcSystemRpc.OutgoingOpcWrite> writes, List<String> indexRanges) throws Exception - Throws:
Exception
-
setServerEnabled
- Throws:
Exception
-
isServerEnabled
- Throws:
Exception
-