TCPInterface Member List

This is the complete list of members for TCPInterface, including all inherited members.
AllocatePacket(unsigned dataSize)TCPInterface
blockingSocketListTCPInterface [protected]
blockingSocketListMutexTCPInterface [protected]
CloseConnection(SystemAddress systemAddress)TCPInterface
completedConnectionAttemptMutexTCPInterface [protected]
completedConnectionAttemptsTCPInterface [protected]
Connect(const char *host, unsigned short remotePort, bool block=true)TCPInterface
DeallocatePacket(Packet *packet)TCPInterface
failedConnectionAttemptMutexTCPInterface [protected]
failedConnectionAttemptsTCPInterface [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
headPushTCPInterface [protected]
incomingMessagesTCPInterface [protected]
isStartedTCPInterface [protected]
listenSocketTCPInterface [protected]
lostConnectionsTCPInterface [protected]
newIncomingConnectionsTCPInterface [protected]
newRemoteClientsTCPInterface [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
remoteClientsTCPInterface [protected]
remoteClientsLengthTCPInterface [protected]
requestedCloseConnectionsTCPInterface [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
tailPushTCPInterface [protected]
TCPInterface()TCPInterface
threadPriorityTCPInterface [protected]
threadRunningTCPInterface [protected]
~TCPInterface()TCPInterface [virtual]