Qore Programming Language Reference Manual 2.1.1
Loading...
Searching...
No Matches
QC_SocketPollOperationBase.dox.h
1
2namespace Qore {
4
15
16public:
18/***/
20
21public:
23
26
27public:
29/***/
31
32public:
34
36string getGoal();
37
38public:
40
45auto getOutput();
46
47public:
49
54string getState();
55
56public:
58
64};
65}
Abstract poll operation objects provide the polling interface for pollable objects.
Definition QC_AbstractPollOperation.dox.h:6
Abstract poll operation object returned by Socket polling methods.
Definition QC_SocketPollOperationBase.dox.h:14
destructor()
Destroys the object.
abort()
Aborts any asynchroous operation in progress and closes the connected object.
constructor()
Throws an exception; this class is not usable by Qore classes.
bool goalReached()
Returns True when the goal as been reached.
string getGoal()
Returns the goal.
string getState()
Returns the current state.
auto getOutput()
Returns any output generated by any completed poll action.
Qore namespace.
Definition QC_AbstractSmartLock.dox.h:2