Client functor: action that are performed when data are sent to the server.
More...
List of all members.
Public Member Functions
-
Client (const WeakPtr< TangVish > &tv)
-
Client (const WeakPtr< TangVish > &tv)
-
Client (const WeakPtr< TangVish > &tv)
- override bool receive (socket_t id)
- Callback function invoked when data are ready to be read from the socket.
- override bool receive (socket_t id)
- Callback function invoked when data are ready to be read from the socket.
- override bool receive (socket_t id)
- Callback function invoked when data are ready to be read from the socket.
Public Attributes
Detailed Description
Client functor: action that are performed when data are sent to the server.
Member Function Documentation
override bool TangVish::Client::receive |
( |
socket_t |
| ) |
[inline, virtual] |
Callback function invoked when data are ready to be read from the socket.
- Returns:
- false if the connection shall be closed after this data transfer, otherwise return true to indicate it shall be kept alive.
Implements Wizt::VSocketAction::Receiver.
override bool TangVish::Client::receive |
( |
socket_t |
| ) |
[inline, virtual] |
Callback function invoked when data are ready to be read from the socket.
- Returns:
- false if the connection shall be closed after this data transfer, otherwise return true to indicate it shall be kept alive.
Implements Wizt::VSocketAction::Receiver.
override bool TangVish::Client::receive |
( |
socket_t |
| ) |
[inline, virtual] |
Callback function invoked when data are ready to be read from the socket.
- Returns:
- false if the connection shall be closed after this data transfer, otherwise return true to indicate it shall be kept alive.
Implements Wizt::VSocketAction::Receiver.
The documentation for this struct was generated from the following files:
- modules/tangviz/TangVish.cpp
- modules/tangviz/VishTangible/TangVish.cpp
- modules/tangviz/VishTangible/TangVishre.cpp