| Linkexpress 利用者プログラム開発ガイド |
目次
索引
![]()
|
| 第4章 利用者プログラムインタフェース | > 4.1 転送API | > 4.1.4 転送APIのパラメタパケット一覧 |
ファイル転送可否通知パラメタパケット
[PCサーバ]
typedef struct {
unsigned long req_ident; /* 転送識別番号 */
unsigned char *appl_name; /* 利用者プログラム名 */
unsigned attest_code; /* 認証結果 */
unsigned char *file_name; /* 自側ファイル名 */
file_attr_t *file_attr; /* ファイル属性 */
unsigned data_type; /* データタイプ */
unsigned char *error_detail; /* 応答メッセージ */
unsigned error_detail_type; /* 応答メッセージタイプ */
unsigned error_detail_len; /* 応答メッセージ長 */
local_user_t *local_user; /* 自側利用者情報 */
unsigned speed; /* 転送速度上限値 */
unsigned *ret_tid; /* 結果通知スレッド */
protocol_option_t *protocol_option; /* プロトコルオプション */
}dts_ftrnrsp_dcb_t
参照
req_ident、*appl_name、attest_code、*file_name、file_attr_t、*file_attr、data_type、*error_detail、error_detail_type、error_detail_len、local_user_t、*local_user、speed、*ret_tid、protocol_option_t、*protocol_option
[UNIXサーバ]
typedef struct {
unsigned long req_ident; /* 転送識別番号 */
unsigned char *appl_name; /* 利用者プログラム名 */
unsigned attest_code; /* 認証結果 */
unsigned char *file_name; /* 自側ファイル名 */
file_attr_t *file_attr; /* ファイル属性 */
unsigned data_type; /* データタイプ */
unsigned char *error_detail; /* 応答メッセージ */
unsigned error_detail_type; /* 応答メッセージタイプ */
unsigned error_detail_len; /* 応答メッセージ長 */
local_user_t *local_user; /* 自側利用者情報 */
unsigned speed; /* 転送速度上限値 */
ret_id_t *ret_tid; /* 結果通知領域 */
protocol_option_t *protocol_option; /* プロトコルオプション */
}dts_ftrnrsp_dcb_t
参照
req_ident、*appl_name、attest_code、*file_name、file_attr_t、*file_attr、data_type、*error_detail、error_detail_type、error_detail_len、local_user_t、*local_user、speed、ret_id_t、*ret_tid、protocol_option_t、*protocol_option
[Linux(IPF)]
typedef struct {
unsigned req_ident; /* 転送識別番号 */
unsigned char *appl_name; /* 利用者プログラム名 */
unsigned attest_code; /* 認証結果 */
unsigned char *file_name; /* 自側ファイル名 */
file_attr_t *file_attr; /* ファイル属性 */
unsigned data_type; /* データタイプ */
unsigned char *error_detail; /* 応答メッセージ */
unsigned error_detail_type; /* 応答メッセージタイプ */
unsigned error_detail_len; /* 応答メッセージ長 */
local_user_t *local_user; /* 自側利用者情報 */
unsigned speed; /* 転送速度上限値 */
ret_id_t *ret_tid; /* 結果通知領域 */
protocol_option_t *protocol_option; /* プロトコルオプション */
}dts_ftrnrsp_dcb_t
参照
req_ident、*appl_name、attest_code、*file_name、file_attr_t、*file_attr、data_type、*error_detail、error_detail_type、error_detail_len、local_user_t、*local_user、speed、ret_id_t、*ret_tid、protocol_option_t、*protocol_option
4.1.4.10.1 dts_ftrnrsp_dcb_tのメンバ一覧
目次
索引
![]()
|