Exemplo n.º 1
0
 public static ErrorNumber SetCapabilitiesEnable(int size, string type, string name, string tagID)
 {
     return((ErrorNumber)WrapperInterface.setCapabilitiesEnable(size, type, name, tagID));
 }