Skip to content

Commit bf78b46

Browse files
authored
Update 603-file-eof.markdown
1 parent c450e40 commit bf78b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_build/reference/603-file-eof.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> EOF (fileN)
44
5-
Returns true if the file pointer is at end of the file. For COMx and SOCL VFS returns true if the connection is broken.
5+
Returns true if the file pointer is at end of the file. For serial port (RS232) and TCP/IP socket connection `EOF` returns true if the connection is broken. For socket connection the return value of`EOF` will be updated every time data is recieved or send.
66

77
### Example 1: Reading data from a file
88

0 commit comments

Comments
 (0)