Exemple #1
0
 public AxlNetClient.StandardResponse addDefaultDeviceProfile(AxlNetClient.AddDefaultDeviceProfileReq addDefaultDeviceProfile1)
 {
     AxlNetClient.addDefaultDeviceProfileRequest inValue = new AxlNetClient.addDefaultDeviceProfileRequest();
     inValue.addDefaultDeviceProfile = addDefaultDeviceProfile1;
     AxlNetClient.addDefaultDeviceProfileResponse retVal = ((AxlNetClient.AXLPort41)(this)).addDefaultDeviceProfile(inValue);
     return(retVal.addDefaultDeviceProfileResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addDefaultDeviceProfileResponse> addDefaultDeviceProfileAsync(AxlNetClient.AddDefaultDeviceProfileReq addDefaultDeviceProfile)
 {
     return(axlPortClient41.addDefaultDeviceProfileAsync(addDefaultDeviceProfile));
 }
Exemple #3
0
 public AxlNetClient.StandardResponse addDefaultDeviceProfile(AxlNetClient.AddDefaultDeviceProfileReq addDefaultDeviceProfile1)
 {
     return(axlPortClient41.addDefaultDeviceProfile(addDefaultDeviceProfile1));
 }
Exemple #4
0
 public System.Threading.Tasks.Task <AxlNetClient.addDefaultDeviceProfileResponse> addDefaultDeviceProfileAsync(AxlNetClient.AddDefaultDeviceProfileReq addDefaultDeviceProfile)
 {
     AxlNetClient.addDefaultDeviceProfileRequest inValue = new AxlNetClient.addDefaultDeviceProfileRequest();
     inValue.addDefaultDeviceProfile = addDefaultDeviceProfile;
     return(((AxlNetClient.AXLPort41)(this)).addDefaultDeviceProfileAsync(inValue));
 }