public ZED.IVMS7200.IVMS7200.DevTreeInfoResult getDevTreeInfo(string username, string password, int route)
 {
     ZED.IVMS7200.IVMS7200.getDevTreeInfo inValue = new ZED.IVMS7200.IVMS7200.getDevTreeInfo();
     inValue.Body          = new ZED.IVMS7200.IVMS7200.getDevTreeInfoBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     inValue.Body.route    = route;
     ZED.IVMS7200.IVMS7200.getDevTreeInfoResponse retVal = ((ZED.IVMS7200.IVMS7200.IGetDevTreeService)(this)).getDevTreeInfo(inValue);
     return(retVal.Body.getDevTreeInfoResult);
 }
 ZED.IVMS7200.IVMS7200.getDevTreeInfoResponse ZED.IVMS7200.IVMS7200.IGetDevTreeService.getDevTreeInfo(ZED.IVMS7200.IVMS7200.getDevTreeInfo request)
 {
     return(base.Channel.getDevTreeInfo(request));
 }