changequote({,}) define({_TITLE_},{Varkon MBS Programmers manual}) define({_SUBTITLE_},{- TCP/IP communication routines}) define({_INDEXLINK_},{index}) define({_STYLE_},{../varkonstyle.css}) include(../../include/header.inc)
MBS name | Description |
---|---|
tcp_connect | Connect via TCP/IP |
tcp_listen | Listen for incomming connection |
tcp_close | Close a TCP/IP connection |
tcp_outint | Send integer via TCP/IP |
tcp_inint | Receive integer from TCP/IP |
tcp_outfloat | Send float via TCP/IP |
tcp_infloat | Receive float from TCP/IP |
tcp_outvec | Send vector via TCP/IP |
tcp_invec | Receive vector from TCP/IP |
tcp_getlocal | Get information about local socket |
tcp_getremote | Get information about remote socket |