Specifications

Send
Description
Transmit a file specified by AddFile.
Syntax
Long Send ( void )
Parameters
None
Return value
Error code Meaning
ERROR_SUCCESS Successful completion
ERROR_ACCESS_DENIED Access to COM port denied (e.g., occupied by other tasks)
ERROR_FILE_NOT_FOUND Specified file or device not found
ERROR_NO_MORE_FILES No send file found (No file added by AddFile.)
ERROR_BAD_PATHNAME Path too long (Path + filename > 260 characters)
Receive
Description
Receive a file.
Syntax
long Receive (void)
Parameters
None
Return value
Error code Meaning
ERROR_SUCCESS Successful completion
ERROR_ACCESS_DENIED Access to COM port denied (e.g., occupied by other tasks)
ERROR_FILE_NOT_FOUND Specified file or device not found
154