Exemple #1
0
 public static ErrorNumber SetCapabilitiesEnable(int size, string type, string name, string tagID)
 {
     return((ErrorNumber)PlcmHelper.setCapabilitiesEnable(size, type, name, tagID));
 }