C# opc-client .net api basic example

1. Need .DLL and files !!    find  DLLs  online

Search in google for DLL files
[crayon-66365e3d87580848321966/]
 

2. Dll Usings
[crayon-66365e3d8758a572285139/]
 

VB EXamples

Public Function Browse(ByRef node As TreeNode, Optional id As Opc.ItemIdentifier = Nothing) As Integer
Try  this to for solution
[crayon-66365e3d8758d559330612/]