Hitachi

JP1 Version 12 for UNIX Systems JP1/File Transmission Server/FTP Description, Reference and Operator's Guide


fts_ftp_get_card_info() - obtain transmission information

Organization of this page

Format

#include <apihead.h>
 
int fts_ftp_get_card_info ( char *cardname,
                    FTS_FTP_API_DATA_EX *data )

Function

This function obtains the transmission information on a registered card.

Arguments

cardname

Specifies the name of a registered transmission card.

data

Specifies the address of a transmission information structure. It returns transmission information.

Note

Return values

TRUE

Normal

FALSE

Abnormal.

Acquisition of transmission information failed.

A value indicating an error is set in fts_errno. The table below lists and describes the return values for error information. In the case of an error other than one listed below, the system function's error number is set. For details, see the displayed error number for the system function.

Return value of extended error information (decimal)

Description

Can be retried?

FTS_API_ERROR_NOTREADCARD

(805306117)

The specified card name cannot be referenced. The card might not have been registered correctly.

No