Unit ftptsend

Descrição

TFTP client and server protocol

Used RFC: RFC-1350

Uses

Visão Geral

Classes, Interfaces, Objetos e Registros

Nome Descrição
Classe TTFTPSend Implementation of TFTP client and server

Constantes

cTFTPProtocol = '69';
cTFTP_RRQ = word(1);
cTFTP_WRQ = word(2);
cTFTP_DTA = word(3);
cTFTP_ACK = word(4);
cTFTP_ERR = word(5);

Descrição

Constantes

cTFTPProtocol = '69';
 
cTFTP_RRQ = word(1);
 
cTFTP_WRQ = word(2);
 
cTFTP_DTA = word(3);
 
cTFTP_ACK = word(4);
 
cTFTP_ERR = word(5);
 

Gerado por PasDoc 0.16.0.