Example #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);
 }
Example #2
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));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.addDefaultDeviceProfileResponse> AxlNetClient.AXLPort41.addDefaultDeviceProfileAsync(AxlNetClient.addDefaultDeviceProfileRequest request)
 {
     return(base.Channel.addDefaultDeviceProfileAsync(request));
 }
Example #4
0
 AxlNetClient.addDefaultDeviceProfileResponse AxlNetClient.AXLPort41.addDefaultDeviceProfile(AxlNetClient.addDefaultDeviceProfileRequest request)
 {
     return(base.Channel.addDefaultDeviceProfile(request));
 }