This is the complete list of members for
TCPInterface, including all inherited members.
AllocatePacket(unsigned dataSize) | TCPInterface | |
blockingSocketList | TCPInterface | [protected] |
blockingSocketListMutex | TCPInterface | [protected] |
CloseConnection(SystemAddress systemAddress) | TCPInterface | |
completedConnectionAttemptMutex | TCPInterface | [protected] |
completedConnectionAttempts | TCPInterface | [protected] |
Connect(const char *host, unsigned short remotePort, bool block=true) | TCPInterface | |
DeallocatePacket(Packet *packet) | TCPInterface | |
failedConnectionAttemptMutex | TCPInterface | [protected] |
failedConnectionAttempts | TCPInterface | [protected] |
GetConnectionCount(void) const | TCPInterface | |
GetConnectionList(SystemAddress *remoteSystems, unsigned short *numberOfSystems) const | TCPInterface | |
GetOutgoingDataBufferSize(SystemAddress systemAddress) const | TCPInterface | |
HasCompletedConnectionAttempt(void) | TCPInterface | |
HasFailedConnectionAttempt(void) | TCPInterface | |
HasLostConnection(void) | TCPInterface | |
HasNewIncomingConnection(void) | TCPInterface | |
headPush | TCPInterface | [protected] |
incomingMessages | TCPInterface | [protected] |
isStarted | TCPInterface | [protected] |
listenSocket | TCPInterface | [protected] |
lostConnections | TCPInterface | [protected] |
newIncomingConnections | TCPInterface | [protected] |
newRemoteClients | TCPInterface | [protected] |
PushBackPacket(Packet *packet, bool pushAtHead) | TCPInterface | [virtual] |
RAK_THREAD_DECLARATION(UpdateTCPInterfaceLoop) | TCPInterface | [protected] |
RAK_THREAD_DECLARATION(ConnectionAttemptLoop) | TCPInterface | [protected] |
Receive(void) | TCPInterface | |
ReceiveHasPackets(void) | TCPInterface | |
remoteClients | TCPInterface | [protected] |
remoteClientsLength | TCPInterface | [protected] |
requestedCloseConnections | TCPInterface | [protected] |
Send(const char *data, unsigned int length, SystemAddress systemAddress, bool broadcast) | TCPInterface | |
SendList(const char **data, const unsigned int *lengths, const int numParameters, SystemAddress systemAddress, bool broadcast) | TCPInterface | |
SocketConnect(const char *host, unsigned short remotePort) | TCPInterface | [protected] |
Start(unsigned short port, unsigned short maxIncomingConnections, unsigned short maxConnections=0, int _threadPriority=-99999) | TCPInterface | |
Stop(void) | TCPInterface | |
tailPush | TCPInterface | [protected] |
TCPInterface() | TCPInterface | |
threadPriority | TCPInterface | [protected] |
threadRunning | TCPInterface | [protected] |
~TCPInterface() | TCPInterface | [virtual] |