feat(dcl): add BrowseChildrenAsync to IOpcUaClient (NotImplementedException stubs)
This commit is contained in:
@@ -325,6 +325,12 @@ public class RealOpcUaClient : IOpcUaClient
|
||||
string.IsNullOrWhiteSpace(configured)
|
||||
? Path.Combine(Path.GetTempPath(), "ScadaBridge", "pki", fallbackLeaf)
|
||||
: configured;
|
||||
|
||||
/// <inheritdoc />
|
||||
// Real implementation lands in Task 8 of the OPC UA tag browser plan.
|
||||
public Task<Commons.Interfaces.Protocol.BrowseChildrenResult> BrowseChildrenAsync(
|
||||
string? parentNodeId, CancellationToken cancellationToken = default)
|
||||
=> throw new NotImplementedException();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user