lti::sonyEviD100P::externPoll Class Reference
If an user wants to send inquiries to the device and process the answers explicitly, he may obtain a reference to this class.
More...
#include <ltiSonyEviD100P.h>
List of all members.
Detailed Description
If an user wants to send inquiries to the device and process the answers explicitly, he may obtain a reference to this class.
Constructor & Destructor Documentation
lti::sonyEviD100P::externPoll::externPoll |
( |
|
) |
|
lti::sonyEviD100P::externPoll::externPoll |
( |
const externPoll & |
other |
) |
|
copy constructor
- Parameters:
-
| other | the class to be copied |
lti::sonyEviD100P::externPoll::~externPoll |
( |
|
) |
|
Member Function Documentation
virtual void lti::sonyEviD100P::externPoll::attachPoller |
( |
poll * |
poller |
) |
[virtual] |
Attaches the class which does the actual inquiry of the device.
- Parameters:
-
| poller | the poller-object which does the inquiry |
copy data of "other" functor.
- Parameters:
-
| other | the class to be copied |
- Returns:
- a reference to this functor object
virtual const char* lti::sonyEviD100P::externPoll::getTypeName |
( |
|
) |
const [virtual] |
- Returns:
- the name of this type
Reimplemented from lti::object.
virtual bool lti::sonyEviD100P::externPoll::inquiry |
( |
|
) |
const [virtual] |
send inquiry commands to the device.
- Returns:
- true on success, false otherwise.
alias for copy member
- Parameters:
-
| other | the class to be copied |
- Returns:
- a reference to this functor object
virtual bool lti::sonyEviD100P::externPoll::processMessages |
( |
|
) |
const [virtual] |
check returned messages and update the buffers.
- Returns:
- true on success, false otherwise.
The documentation for this class was generated from the following file: