Beispiel #1
0
 public void AddUdtHandler(string dataType, ConvertToLogixTagValueFunction convertToLogixTagValue)
 {
     _tagValueConverters.Add(dataType, convertToLogixTagValue);
 }
 public void AddUdtHandler(string dataType, ConvertToLogixTagValueFunction convertToLogixTagValue)
 {
     throw new NotImplementedException("Not needed for Beckhoff");
 }
 public void AddUdtHandler(string dataType, ConvertToLogixTagValueFunction convertToLogixTagValue)
 {
 }