Module network:tftp
Index
-
Protocol
P.TFTP.OUT- TFTP output (reading) protocol-
Tag
end.of.file- End of file (indicates last data packet received) -
Tag
error- Error during transfer of some type (no more data output) -
Tag
packet- Data packets output, of 512 bytes or less
-
Tag
Declarations
tftp.inc:86Protocol P.TFTP.OUT
PROTOCOL P.TFTP.OUT
TFTP output (reading) protocol.
tftp.inc:88Tag packet
packet; MOBILE []BYTE
Data packets output, of 512 bytes or less.
tftp.inc:89Tag end.of.file
end.of.file
End of file (indicates last data packet received).
tftp.inc:90Tag error
error; INT
Error during transfer of some type (no more data output).