Métodos de FB_TCPServer/FB_TCPServer2

Descripción general

Los métodos proporcionados por FB_TCPServer2 cumplen prácticamente la misma función que los métodos correspondientes proporcionados por el bloque de funciones FB_TCPServer. Las diferencias se describen en la siguiente tabla.

Método

FB_TCPServer

FB_TCPServer2

Accept

x

x

CheckClients

x

x

Close

x

x

DisconnectAll

x

x

DisconnectClient

x

x

GetBoundIPAddress

x

x

GetBoundPort

x

x

Open

x

x

OpenTls

-

x

PeekFromFirstAvailableClient

x

x

PeekFromSpecificClient

x

x

ReceiveFromFirstAvailableClient

x

x

ReceiveFromSpecificClient

x

x

ReceiveOutOfBandFromFirstAvailableClient

x

-

ReceiveOutOfBandFromSpecificClient

x

-

ResetByteCounters

x

x

ResetResult

x

x

SendOutOfBandToAll

x

-

SendOutOfBandToSpecificClient

x

-

SendToAll

x

x

SendToSpecificClient

x

x

x   Compatible con el bloque de funciones.

-   No compatible con el bloque de funciones.