E_SocketAcceptMode

TYPE E_SocketAcceptMode:
(* Connection accept modes *)
(
    eACCEPT_ALL, (* Accept connection to all remote clients *)
    eACCEPT_SEL_HOST, (* Accept connection to selected host address *)
    eACCEPT_SEL_PORT, (* Accept connection to selected port address *)
    eACEPT_SEL_HOST_PORT (* Accept connection to selected host and port address *)
);
END_TYPE

Über eine Variable vom Typ E_SocketAcceptMode wird festgelegt welche Verbindungen von einem Server akzeptiert werden sollen.

Voraussetzungen

Entwicklungsumgebung

Zielplattform

Einzubindende SPS Bibliotheken

TwinCAT v2.9.0 Build >= 1030

PC or CX (x86)

TcSocketHelper.Lib

( Standard.Lib; TcBase.Lib; TcSystem.Lib; TcUtilities.Lib; TcpIp.Lib  werden automatisch eingebunden )

TwinCAT v2.10.0 Build >= 1301

CX (ARM)