| Package | Description |
|---|---|
| Extasys.Network.TCP.Client.Connectors | |
| Extasys.Network.TCP.Client.Connectors.Packets |
| Modifier and Type | Field and Description |
|---|---|
IncomingTCPClientPacket |
TCPConnector.fLastIncomingPacket |
| Modifier and Type | Method and Description |
|---|---|
IncomingTCPClientPacket |
IncomingTCPClientPacket.getPreviusPacket()
Returns the previus incoming packet received by the client.
|
| Constructor and Description |
|---|
IncomingTCPClientPacket(TCPConnector connector,
DataFrame data,
IncomingTCPClientPacket previousPacket)
Constructs a new incoming packet received by a TCP connector.
|