Ejemplo n.º 1
0
 public AxlNetClient.getNumDevicesResponse getNumDevices(AxlNetClient.GetNumDevicesReq getNumDevices1)
 {
     AxlNetClient.getNumDevicesRequest inValue = new AxlNetClient.getNumDevicesRequest();
     inValue.getNumDevices = getNumDevices1;
     AxlNetClient.getNumDevicesResponse1 retVal = ((AxlNetClient.AXLPort78)(this)).getNumDevices(inValue);
     return(retVal.getNumDevicesResponse);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.getNumDevicesResponse1> getNumDevicesAsync(AxlNetClient.GetNumDevicesReq getNumDevices)
 {
     return(axlPortClient78.getNumDevicesAsync(getNumDevices));
 }
Ejemplo n.º 3
0
 public AxlNetClient.getNumDevicesResponse getNumDevices(AxlNetClient.GetNumDevicesReq getNumDevices1)
 {
     return(axlPortClient78.getNumDevices(getNumDevices1));
 }
Ejemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.getNumDevicesResponse1> getNumDevicesAsync(AxlNetClient.GetNumDevicesReq getNumDevices)
 {
     AxlNetClient.getNumDevicesRequest inValue = new AxlNetClient.getNumDevicesRequest();
     inValue.getNumDevices = getNumDevices;
     return(((AxlNetClient.AXLPort78)(this)).getNumDevicesAsync(inValue));
 }