API Reference > OdRx Classes > OdRxModule Class > OdRxModule Methods > OdRxModule::deleteModule Method
OdRxModule::deleteModule Method
Syntax
C++
virtual void deleteModule() = 0;

Declares the method deleting (unloading) the rx-module.

It is the pure virtual method that does not have an implementation. You must redefine it in the derived class.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.