Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Reads a line of data from socket and returns them as text.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Socket | 4.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
SocketID | The socket ID received by Socket.Connect function. | $sock | |
Delimiter | Which character to use as delimiter. Pass number from 0 to 255 for the byte to use. e.g. 13 for CR line ending. Special handling is done if you pass 1310 as delimiter to cover CRLF as a 2 byte delimiter. |
13 | |
Encoding | The text encoding for result. Default is native. This function can also handle UTF-16 as well as UTF-16LE and UTF-16BE for little/big endian byte order. Possible encoding names: ANSI, ISO-8859-1, Latin1, Mac, Native, UTF-8, DOS, Hex, Base64 or Windows. More listed in the FAQ. |
UTF8 | Optional |
Returns OK or error.
Read one line and decode them from Windows text encoding into FileMaker:
$value = MBS( "Socket.Read"; $sock; 13; "windows" )
Created 11st September 2014, last changed 15th June 2020
Socket.ReadHex - Socket.ReadLineHex
Feedback: Report problem or ask question.