You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _build/reference/603-file-eof.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
> EOF (fileN)
4
4
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.
0 commit comments