コード例 #1
0
 public AxlNetClient.GetDeviceProfileOptionsRes getDeviceProfileOptions(AxlNetClient.GetDeviceProfileOptionsReq getDeviceProfileOptions1)
 {
     AxlNetClient.getDeviceProfileOptionsRequest inValue = new AxlNetClient.getDeviceProfileOptionsRequest();
     inValue.getDeviceProfileOptions = getDeviceProfileOptions1;
     AxlNetClient.getDeviceProfileOptionsResponse retVal = ((AxlNetClient.AXLPort45)(this)).getDeviceProfileOptions(inValue);
     return(retVal.getDeviceProfileOptionsResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getDeviceProfileOptionsResponse> getDeviceProfileOptionsAsync(AxlNetClient.GetDeviceProfileOptionsReq getDeviceProfileOptions)
 {
     return(axlPortClient45.getDeviceProfileOptionsAsync(getDeviceProfileOptions));
 }
コード例 #3
0
 public AxlNetClient.GetDeviceProfileOptionsRes getDeviceProfileOptions(AxlNetClient.GetDeviceProfileOptionsReq getDeviceProfileOptions1)
 {
     return(axlPortClient45.getDeviceProfileOptions(getDeviceProfileOptions1));
 }
コード例 #4
0
 public System.Threading.Tasks.Task <AxlNetClient.getDeviceProfileOptionsResponse> getDeviceProfileOptionsAsync(AxlNetClient.GetDeviceProfileOptionsReq getDeviceProfileOptions)
 {
     AxlNetClient.getDeviceProfileOptionsRequest inValue = new AxlNetClient.getDeviceProfileOptionsRequest();
     inValue.getDeviceProfileOptions = getDeviceProfileOptions;
     return(((AxlNetClient.AXLPort45)(this)).getDeviceProfileOptionsAsync(inValue));
 }