Esempio n. 1
0
 public AxlNetClient.ListDeviceProfileRes listDeviceProfile(AxlNetClient.ListDeviceProfileReq listDeviceProfile1)
 {
     AxlNetClient.listDeviceProfileRequest inValue = new AxlNetClient.listDeviceProfileRequest();
     inValue.listDeviceProfile = listDeviceProfile1;
     AxlNetClient.listDeviceProfileResponse retVal = ((AxlNetClient.AXLPort44)(this)).listDeviceProfile(inValue);
     return(retVal.listDeviceProfileResponse1);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <AxlNetClient.listDeviceProfileResponse> listDeviceProfileAsync(AxlNetClient.ListDeviceProfileReq listDeviceProfile)
 {
     AxlNetClient.listDeviceProfileRequest inValue = new AxlNetClient.listDeviceProfileRequest();
     inValue.listDeviceProfile = listDeviceProfile;
     return(((AxlNetClient.AXLPort44)(this)).listDeviceProfileAsync(inValue));
 }
Esempio n. 3
0
 public System.Threading.Tasks.Task <AxlNetClient.listDeviceProfileResponse> listDeviceProfileAsync(AxlNetClient.ListDeviceProfileReq listDeviceProfile)
 {
     return(axlPortClient44.listDeviceProfileAsync(listDeviceProfile));
 }
Esempio n. 4
0
 public AxlNetClient.ListDeviceProfileRes listDeviceProfile(AxlNetClient.ListDeviceProfileReq listDeviceProfile1)
 {
     return(axlPortClient44.listDeviceProfile(listDeviceProfile1));
 }