ST_SockAddr

Struktur mit Adressinformationen eines geöffneten Sockets.

TYPE ST_SockAddr : (* Local or remote endpoint address *)
STRUCT
    nPort   : UDINT;        (* Internet Protocol (IP) port. *)
    sAddr   : STRING(15);   (* String containing an (Ipv4) Internet Protocol dotted address. *)
END_STRUCT
END_TYPE

nPort: Internet-Protokoll (IP) port;

sAddr: Durch Punkte getrennte Internetprotokolladresse (Ipv4) als String z.B.:"172.34.12.3";

Voraussetzungen

Entwicklungsumgebung

Zielplattform

Einzubindende SPS Bibliotheken

Alle TwinCAT v2.8.0 Versionen und höher

PC oder CX (x86)

TcpIp.Lib

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

TwinCAT v2.10.0 Build >= 1301

CX (ARM)