/** * <summary> * Reset the controller state to IDLE. * <para> * This function must be invoked explicitly * after any error condition is signaled. * </para> * </summary> */ public virtual int resetStatus() { if (_func == null) { throw new YoctoApiProxyException("No Motor connected"); } return(_func.resetStatus()); }