Linkexpress 利用者プログラム開発ガイド
目次 索引 前ページ次ページ

第4章 利用者プログラムインタフェース> 4.1 転送API> 4.1.4 転送APIのパラメタパケット一覧

4.1.4.10 dts_ftrnrsp_dcb_t

ファイル転送可否通知パラメタパケット

形式

[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_nameattest_code*file_namefile_attr_t*file_attrdata_type*error_detailerror_detail_typeerror_detail_lenlocal_user_t*local_userspeed*ret_tidprotocol_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_nameattest_code*file_namefile_attr_t*file_attrdata_type*error_detailerror_detail_typeerror_detail_lenlocal_user_t*local_userspeedret_id_t*ret_tidprotocol_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_nameattest_code*file_namefile_attr_t*file_attrdata_type*error_detailerror_detail_typeerror_detail_lenlocal_user_t*local_userspeedret_id_t*ret_tidprotocol_option_t*protocol_option

 


下へ4.1.4.10.1 dts_ftrnrsp_dcb_tのメンバ一覧

目次 索引 前ページ次ページ

All Rights Reserved, Copyright(C) 富士通株式会社 1997-2007