コード例 #1
0
 public AxlNetClient.StandardResponse updateDeviceProfile(AxlNetClient.UpdateDeviceProfileReq updateDeviceProfile1)
 {
     AxlNetClient.updateDeviceProfileRequest inValue = new AxlNetClient.updateDeviceProfileRequest();
     inValue.updateDeviceProfile = updateDeviceProfile1;
     AxlNetClient.updateDeviceProfileResponse retVal = ((AxlNetClient.AXLPort44)(this)).updateDeviceProfile(inValue);
     return(retVal.updateDeviceProfileResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateDeviceProfileResponse> updateDeviceProfileAsync(AxlNetClient.UpdateDeviceProfileReq updateDeviceProfile)
 {
     AxlNetClient.updateDeviceProfileRequest inValue = new AxlNetClient.updateDeviceProfileRequest();
     inValue.updateDeviceProfile = updateDeviceProfile;
     return(((AxlNetClient.AXLPort44)(this)).updateDeviceProfileAsync(inValue));
 }
コード例 #3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateDeviceProfileResponse> updateDeviceProfileAsync(AxlNetClient.UpdateDeviceProfileReq updateDeviceProfile)
 {
     return(axlPortClient44.updateDeviceProfileAsync(updateDeviceProfile));
 }
コード例 #4
0
 public AxlNetClient.StandardResponse updateDeviceProfile(AxlNetClient.UpdateDeviceProfileReq updateDeviceProfile1)
 {
     return(axlPortClient44.updateDeviceProfile(updateDeviceProfile1));
 }