예제 #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 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));
 }
예제 #3
0
 System.Threading.Tasks.Task <AxlNetClient.addDeviceProfileResponse> AxlNetClient.AXLPort44.addDeviceProfileAsync(AxlNetClient.addDeviceProfileRequest request)
 {
     return(base.Channel.addDeviceProfileAsync(request));
 }
예제 #4
0
 AxlNetClient.addDeviceProfileResponse AxlNetClient.AXLPort44.addDeviceProfile(AxlNetClient.addDeviceProfileRequest request)
 {
     return(base.Channel.addDeviceProfile(request));
 }