PacketizedTCP Member List

This is the complete list of members for PacketizedTCP, including all inherited members.
_completedConnectionAttemptsPacketizedTCP [protected]
_failedConnectionAttemptsPacketizedTCP [protected]
_lostConnectionsPacketizedTCP [protected]
_newIncomingConnectionsPacketizedTCP [protected]
AddToConnectionList(SystemAddress sa)PacketizedTCP [protected]
AllocatePacket(unsigned dataSize)TCPInterface
AttachPlugin(PluginInterface2 *plugin)PacketizedTCP
blockingSocketListTCPInterface [protected]
blockingSocketListMutexTCPInterface [protected]
ClearAllConnections(void)PacketizedTCP [protected]
CloseConnection(SystemAddress systemAddress)PacketizedTCP
completedConnectionAttemptMutexTCPInterface [protected]
completedConnectionAttemptsTCPInterface [protected]
Connect(const char *host, unsigned short remotePort, bool block=true)TCPInterface
connectionsPacketizedTCP [protected]
DeallocatePacket(Packet *packet)TCPInterface
DetachPlugin(PluginInterface2 *plugin)PacketizedTCP
failedConnectionAttemptMutexTCPInterface [protected]
failedConnectionAttemptsTCPInterface [protected]
GetConnectionCount(void) const TCPInterface
GetConnectionList(SystemAddress *remoteSystems, unsigned short *numberOfSystems) const TCPInterface
GetOutgoingDataBufferSize(SystemAddress systemAddress) const TCPInterface
HasCompletedConnectionAttempt(void)PacketizedTCP
HasFailedConnectionAttempt(void)PacketizedTCP
HasLostConnection(void)PacketizedTCP
HasNewIncomingConnection(void)PacketizedTCP
headPushTCPInterface [protected]
incomingMessagesTCPInterface [protected]
isStartedTCPInterface [protected]
listenSocketTCPInterface [protected]
lostConnectionsTCPInterface [protected]
messageHandlerListPacketizedTCP [protected]
newIncomingConnectionsTCPInterface [protected]
newRemoteClientsTCPInterface [protected]
PacketizedTCP()PacketizedTCP
PushBackPacket(Packet *packet, bool pushAtHead)TCPInterface [virtual]
PushNotificationsToQueues(void)PacketizedTCP [protected]
RAK_THREAD_DECLARATION(UpdateTCPInterfaceLoop)TCPInterface [protected]
RAK_THREAD_DECLARATION(ConnectionAttemptLoop)TCPInterface [protected]
Receive(void)PacketizedTCP
ReceiveHasPackets(void)TCPInterface
remoteClientsTCPInterface [protected]
remoteClientsLengthTCPInterface [protected]
RemoveFromConnectionList(SystemAddress sa)PacketizedTCP [protected]
requestedCloseConnectionsTCPInterface [protected]
ReturnOutgoingPacket(void)PacketizedTCP [protected]
Send(const char *data, unsigned length, SystemAddress systemAddress, bool broadcast)PacketizedTCP
TCPInterface::Send(const char *data, unsigned int length, SystemAddress systemAddress, bool broadcast)TCPInterface
SendList(const char **data, const int *lengths, const int numParameters, SystemAddress systemAddress, bool broadcast)PacketizedTCP
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, int threadPriority=-99999)PacketizedTCP
TCPInterface::Start(unsigned short port, unsigned short maxIncomingConnections, unsigned short maxConnections=0, int _threadPriority=-99999)TCPInterface
Stop(void)PacketizedTCP
tailPushTCPInterface [protected]
TCPInterface()TCPInterface
threadPriorityTCPInterface [protected]
threadRunningTCPInterface [protected]
waitingPacketsPacketizedTCP [protected]
~PacketizedTCP()PacketizedTCP [virtual]
~TCPInterface()TCPInterface [virtual]