|
MMDevice
|
Extended device action implementation. More...
#include <Property.h>
Inherits MM::ActionFunctor.
Public Member Functions | |
| ActionEx (T *pObj, int(T::*fpt)(PropertyBase *pProp, ActionType eAct, long data), long data) | |
| ~ActionEx () | |
| int | Execute (MM::PropertyBase *pProp, MM::ActionType eAct) |
Public Member Functions inherited from MM::ActionFunctor | |
| virtual | ~ActionFunctor () |
Extended device action implementation.
It takes one additional long parameter which can be used as a command identifier inside the command handler.
|
inline |
|
inline |
|
inlinevirtual |
Implements MM::ActionFunctor.