Interface OpcSystemRpc
public interface OpcSystemRpc
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final record -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbrowseServer(String serverName, String nodeId) getServers(boolean includeDisabled) @Nullable StringgetServerState(String serverName) booleanisServerEnabled(String serverName) readValues(List<ServerNodeId> nodes) voidsetServerEnabled(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
-