C# opc-client .net api basic example

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

Search in google for DLL files
[crayon-6684c6bfacb88410630568/]
 

2. Dll Usings
[crayon-6684c6bfacb8e882950832/]
 

VB EXamples

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