예제 #1
0
 public AxlNetClient.StandardResponse updateWLANProfile(AxlNetClient.UpdateWLANProfileReq updateWLANProfile1)
 {
     AxlNetClient.updateWLANProfileRequest inValue = new AxlNetClient.updateWLANProfileRequest();
     inValue.updateWLANProfile = updateWLANProfile1;
     AxlNetClient.updateWLANProfileResponse retVal = ((AxlNetClient.AXLPort76)(this)).updateWLANProfile(inValue);
     return(retVal.updateWLANProfileResponse1);
 }
예제 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateWLANProfileResponse> updateWLANProfileAsync(AxlNetClient.UpdateWLANProfileReq updateWLANProfile)
 {
     return(axlPortClient76.updateWLANProfileAsync(updateWLANProfile));
 }
예제 #3
0
 public AxlNetClient.StandardResponse updateWLANProfile(AxlNetClient.UpdateWLANProfileReq updateWLANProfile1)
 {
     return(axlPortClient76.updateWLANProfile(updateWLANProfile1));
 }
예제 #4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateWLANProfileResponse> updateWLANProfileAsync(AxlNetClient.UpdateWLANProfileReq updateWLANProfile)
 {
     AxlNetClient.updateWLANProfileRequest inValue = new AxlNetClient.updateWLANProfileRequest();
     inValue.updateWLANProfile = updateWLANProfile;
     return(((AxlNetClient.AXLPort76)(this)).updateWLANProfileAsync(inValue));
 }