#include <socketOutConnection.h>
Definition at line 41 of file socketOutConnection.h.
§ CSocketOutConnection()
| CSocketOutConnection::CSocketOutConnection |
( |
const char * |
theConnectionAddress, |
|
|
int |
theConnectionPort, |
|
|
unsigned short |
maxPacketSize = 250, |
|
|
char |
headerID1 = 59, |
|
|
char |
headerID2 = 57 |
|
) |
| |
§ ~CSocketOutConnection()
| CSocketOutConnection::~CSocketOutConnection |
( |
| ) |
|
|
virtual |
§ _getTimeDiffInMs()
| int CSocketOutConnection::_getTimeDiffInMs |
( |
int |
lastTime | ) |
|
|
protected |
§ _getTimeInMs()
| int CSocketOutConnection::_getTimeInMs |
( |
| ) |
|
|
protected |
§ _receiveSimplePacket()
| int CSocketOutConnection::_receiveSimplePacket |
( |
std::vector< char > & |
packet | ) |
|
|
protected |
§ _sendSimplePacket()
| bool CSocketOutConnection::_sendSimplePacket |
( |
char * |
packet, |
|
|
int |
packetLength, |
|
|
unsigned short |
packetsLeft |
|
) |
| |
|
protected |
§ connectToServer()
| int CSocketOutConnection::connectToServer |
( |
| ) |
|
§ receiveReplyData()
| char * CSocketOutConnection::receiveReplyData |
( |
int & |
dataSize | ) |
|
§ sendData()
| bool CSocketOutConnection::sendData |
( |
char * |
data, |
|
|
int |
dataSize |
|
) |
| |
§ _headerByte1
| char CSocketOutConnection::_headerByte1 |
|
protected |
§ _headerByte2
| char CSocketOutConnection::_headerByte2 |
|
protected |
§ _maxPacketSize
| unsigned short CSocketOutConnection::_maxPacketSize |
|
protected |
§ _socketConn
| SOCKET CSocketOutConnection::_socketConn |
|
protected |
§ _socketConnectionAddress
| std::string CSocketOutConnection::_socketConnectionAddress |
|
protected |
§ _socketConnectionPort
| int CSocketOutConnection::_socketConnectionPort |
|
protected |
§ _socketServer
| struct sockaddr_in CSocketOutConnection::_socketServer |
|
protected |
The documentation for this class was generated from the following files: