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