Lines Matching full:indicates
57 TRANSFER_MODE_ASCII = 0, /**< Indicates that the mode of transfer is ASCII. */
58 TRANSFER_MODE_BINARY, /**< Indicates that the mode of transfer is Binary */
59 TRANSFER_MODE_BUTT /**< Indicates invalid transfer mode.*/
64 * This Enum indicates the TFTP client transfer mode of the file
244 * @param[in] ulHostAddr Indicates the IP address of Host. This is the TFTP server IP.
245 * @param[in] usTftpServPort Indicates the TFTP server port. If the value is passed as 0 then …
247 * @param[in] ucTftpTransMode Indicates the file transfer mode, either TRANSFER_MODE_BINARY or T…
248 * @param[in] szSrcFileName Indicates the source file in the client.
249 * @param[in] szDestDirPath Indicates the destination file path on the tftp server.
276 * @param[in] ulHostAddr Indicates the IP address of the Host. This is the TFTP server IP.
277 * @param[in] usTftpServPort Indicates the TFTP server port. If the value is passed as 0 then…
279 * @param[in] ucTftpTransMode Indicates the File transfer mode, either TRANSFER_MODE_BINARY or T…
280 * @param[in] szSrcFileName Indicates the Source file in the TFTP server.
281 * @param[in] szDestMemAddr Indicates the target memory address in the client.
282 * @param[in/out] ulFileLength Indicates the target memory address can cache the size of th…