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

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

4.1.4.4 dts_sndmsg_dcb_t

メッセージ転送パラメタパケット

形式

[PCサーバ]

typedef struct {
    unsigned long          req_ident;            /* 転送識別番号           */
    unsigned               req_type;             /* 依頼の型               */
    unsigned char          *appl_name;           /* 利用者プログラム名     */
    unsigned char          *system_name;         /* 相手システム名         */
    unsigned               message_len;          /* メッセージ長           */
    unsigned char          *message_text;        /* メッセージテキスト     */
    unsigned               assoc_cont;           /* コネクション継続       */
    unsigned char          *user_id;             /* 相手側利用者名         */
    password_t             *password;            /* 相手側パスワード       */
    unsigned char          *group;               /* 相手側グループ名       */
    protocol_msg_option_t  *protocol_msgoption;  /* プロトコルオプション   */
    unsigned               data_type;            /* データタイプ           */
    unsigned               *ret_tid;             /* 結果通知スレッド       */
    unsigned               lbsession_id;         /* セション識別子         */
    unsigned               lbsession_cont;       /* セション識別子         */
    extend_option_t        *exp_option;          /* 拡張オプション         */
}dts_sndmsg_dcb_t 

 

参照

req_identreq_type*appl_name*system_namemessage_len*message_textassoc_cont*user_idpassword_t*password*groupprotocol_msg_option_t*protocol_msgoptiondata_type*ret_tidlbsession_idlbsession_contextend_option_t*exp_option

 

[UNIXサーバ]

typedef struct {
    unsigned long          req_ident;            /* 転送識別番号           */
    unsigned               req_type;             /* 依頼の型               */
    unsigned char          *appl_name;           /* 利用者プログラム名     */
    unsigned char          *system_name;         /* 相手システム名         */
    unsigned               message_len;          /* メッセージ長           */
    unsigned char          *message_text;        /* メッセージテキスト     */
    unsigned               assoc_cont;           /* コネクション継続       */
    unsigned char          *user_id;             /* 相手側利用者名         */
    password_t             *password;            /* 相手側パスワード       */
    unsigned char          *group;               /* 相手側グループ名       */
    protocol_msg_option_t  *protocol_msgoption;  /* プロトコルオプション   */
    unsigned               data_type;            /* データタイプ           */
    ret_id_t               *ret_tid;             /* 結果通知領域           */
    unsigned               lbsession_id;         /* セション識別子         */
    unsigned               lbsession_cont;       /* セション識別子         */
    extend_option_t        *exp_option;          /* 拡張オプション         */
}dts_sndmsg_dcb_t 

 

参照

req_identreq_type*appl_name*system_namemessage_len*message_textassoc_cont*user_idpassword_t*password*groupprotocol_msg_option_t*protocol_msgoptiondata_typeret_id_t*ret_tidlbsession_idlbsession_contextend_option_t*exp_option

 

[Linux(IPF)]

typedef struct {
    unsigned               req_ident;            /* 転送識別番号           */
    unsigned               req_type;             /* 依頼の型               */
    unsigned char          *appl_name;           /* 利用者プログラム名     */
    unsigned char          *system_name;         /* 相手システム名         */
    unsigned               message_len;          /* メッセージ長           */
    unsigned char          *message_text;        /* メッセージテキスト     */
    unsigned               assoc_cont;           /* コネクション継続       */
    unsigned char          *user_id;             /* 相手側利用者名         */
    password_t             *password;            /* 相手側パスワード       */
    unsigned char          *group;               /* 相手側グループ名       */
    protocol_msg_option_t  *protocol_msgoption;  /* プロトコルオプション   */
    unsigned               data_type;            /* データタイプ           */
    ret_id_t               *ret_tid;             /* 結果通知領域           */
    unsigned               lbsession_id;         /* セション識別子         */
    unsigned               lbsession_cont;       /* セション識別子         */
    extend_option_t        *exp_option;          /* 拡張オプション         */
}dts_sndmsg_dcb_t 

 

参照

req_identreq_type*appl_name*system_namemessage_len*message_textassoc_cont*user_idpassword_t*password*groupprotocol_msg_option_t*protocol_msgoptiondata_typeret_id_t*ret_tidlbsession_idlbsession_contextend_option_t*exp_option

 


下へ4.1.4.4.1 dts_sndmsg_dcb_tのメンバ一覧

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

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