示例#1
0
 public AxlNetClient.StandardResponse addDeviceProfile(AxlNetClient.AddDeviceProfileReq addDeviceProfile1)
 {
     AxlNetClient.addDeviceProfileRequest inValue = new AxlNetClient.addDeviceProfileRequest();
     inValue.addDeviceProfile = addDeviceProfile1;
     AxlNetClient.addDeviceProfileResponse retVal = ((AxlNetClient.AXLPort44)(this)).addDeviceProfile(inValue);
     return(retVal.addDeviceProfileResponse1);
 }
示例#2
0
 public AxlNetClient.StandardResponse addDeviceProfile(AxlNetClient.AddDeviceProfileReq addDeviceProfile1)
 {
     return(axlPortClient44.addDeviceProfile(addDeviceProfile1));
 }
示例#3
0
 public System.Threading.Tasks.Task <AxlNetClient.addDeviceProfileResponse> addDeviceProfileAsync(AxlNetClient.AddDeviceProfileReq addDeviceProfile)
 {
     AxlNetClient.addDeviceProfileRequest inValue = new AxlNetClient.addDeviceProfileRequest();
     inValue.addDeviceProfile = addDeviceProfile;
     return(((AxlNetClient.AXLPort44)(this)).addDeviceProfileAsync(inValue));
 }
示例#4
0
 public System.Threading.Tasks.Task <AxlNetClient.addDeviceProfileResponse> addDeviceProfileAsync(AxlNetClient.AddDeviceProfileReq addDeviceProfile)
 {
     return(axlPortClient44.addDeviceProfileAsync(addDeviceProfile));
 }