コード例 #1
0
 public AxlNetClient.StandardResponse addWLANProfile(AxlNetClient.AddWLANProfileReq addWLANProfile1)
 {
     AxlNetClient.addWLANProfileRequest inValue = new AxlNetClient.addWLANProfileRequest();
     inValue.addWLANProfile = addWLANProfile1;
     AxlNetClient.addWLANProfileResponse retVal = ((AxlNetClient.AXLPort76)(this)).addWLANProfile(inValue);
     return(retVal.addWLANProfileResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addWLANProfileResponse> addWLANProfileAsync(AxlNetClient.AddWLANProfileReq addWLANProfile)
 {
     return(axlPortClient76.addWLANProfileAsync(addWLANProfile));
 }
コード例 #3
0
 public AxlNetClient.StandardResponse addWLANProfile(AxlNetClient.AddWLANProfileReq addWLANProfile1)
 {
     return(axlPortClient76.addWLANProfile(addWLANProfile1));
 }
コード例 #4
0
 public System.Threading.Tasks.Task <AxlNetClient.addWLANProfileResponse> addWLANProfileAsync(AxlNetClient.AddWLANProfileReq addWLANProfile)
 {
     AxlNetClient.addWLANProfileRequest inValue = new AxlNetClient.addWLANProfileRequest();
     inValue.addWLANProfile = addWLANProfile;
     return(((AxlNetClient.AXLPort76)(this)).addWLANProfileAsync(inValue));
 }