public ZED.IVMS7200.IVMS7200.DeviceGpsStatus getDevGpsStatus(string deviceAccount)
 {
     ZED.IVMS7200.IVMS7200.getDevGpsStatus inValue = new ZED.IVMS7200.IVMS7200.getDevGpsStatus();
     inValue.Body = new ZED.IVMS7200.IVMS7200.getDevGpsStatusBody();
     inValue.Body.deviceAccount = deviceAccount;
     ZED.IVMS7200.IVMS7200.getDevGpsStatusResponse retVal = ((ZED.IVMS7200.IVMS7200.IGetDevTreeService)(this)).getDevGpsStatus(inValue);
     return(retVal.Body.getDeviceGpsStatusResult);
 }
 ZED.IVMS7200.IVMS7200.getDevGpsStatusResponse ZED.IVMS7200.IVMS7200.IGetDevTreeService.getDevGpsStatus(ZED.IVMS7200.IVMS7200.getDevGpsStatus request)
 {
     return(base.Channel.getDevGpsStatus(request));
 }