A special Tcp message, with which the ServerAcceptReceiver can register a new Client.
More...
#include <TcpMessage.h>
A special Tcp message, with which the ServerAcceptReceiver can register a new Client.
- Copyright
- © 2010 Helmut Jakoby
- Author
- Helmut Jakoby
◆ ServerAcceptMessage() [1/3]
tcp::ServerAcceptMessage::ServerAcceptMessage |
( |
| ) |
|
|
protected |
This constructor is not available.
◆ ServerAcceptMessage() [2/3]
tcp::ServerAcceptMessage::ServerAcceptMessage |
( |
SOCKET | NewSocket | ) |
|
Constructor with parameter passing.
- Parameters
-
[in] | NewSocket | The new client socket. |
◆ ~ServerAcceptMessage()
virtual tcp::ServerAcceptMessage::~ServerAcceptMessage |
( |
| ) |
|
|
virtual |
◆ ServerAcceptMessage() [3/3]
The copy constructor is not available.
◆ closeSocket()
void tcp::ServerAcceptMessage::closeSocket |
( |
| ) |
|
Closes the client socket.
◆ getSocket()
SOCKET tcp::ServerAcceptMessage::getSocket |
( |
| ) |
|
Returns the client socket.
◆ operator=()
The assignment operator is not available.
◆ m_ClientSocket
SOCKET tcp::ServerAcceptMessage::m_ClientSocket |
|
private |
The documentation for this class was generated from the following file: