Exemple #1
0
 public AxlNetClient.DoDeviceLoginRes doDeviceLogin(AxlNetClient.DoDeviceLoginReq doDeviceLogin1)
 {
     AxlNetClient.doDeviceLoginRequest inValue = new AxlNetClient.doDeviceLoginRequest();
     inValue.doDeviceLogin = doDeviceLogin1;
     AxlNetClient.doDeviceLoginResponse retVal = ((AxlNetClient.AXLPort77)(this)).doDeviceLogin(inValue);
     return(retVal.doDeviceLoginResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.doDeviceLoginResponse> doDeviceLoginAsync(AxlNetClient.DoDeviceLoginReq doDeviceLogin)
 {
     AxlNetClient.doDeviceLoginRequest inValue = new AxlNetClient.doDeviceLoginRequest();
     inValue.doDeviceLogin = doDeviceLogin;
     return(((AxlNetClient.AXLPort77)(this)).doDeviceLoginAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <AxlNetClient.doDeviceLoginResponse> AxlNetClient.AXLPort77.doDeviceLoginAsync(AxlNetClient.doDeviceLoginRequest request)
 {
     return(base.Channel.doDeviceLoginAsync(request));
 }
Exemple #4
0
 AxlNetClient.doDeviceLoginResponse AxlNetClient.AXLPort77.doDeviceLogin(AxlNetClient.doDeviceLoginRequest request)
 {
     return(base.Channel.doDeviceLogin(request));
 }