Example #1
0
 public string ReadNodeInfo(BaseNode node, IntPtr nodeAddress, IntPtr nodeValue, MemoryBuffer memory)
 {
     return(resolver?.ReadNameOfObject(nodeValue));
 }