| Linkexpress 利用者プログラム開発ガイド |
目次
索引
![]()
|
| 第4章 利用者プログラムインタフェース | > 4.1 転送API | > 4.1.4 転送APIのパラメタパケット一覧 |
メッセージ転送パラメタパケット
[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_ident、req_type、*appl_name、*system_name、message_len、*message_text、assoc_cont、*user_id、password_t、*password、*group、protocol_msg_option_t、*protocol_msgoption、data_type、*ret_tid、lbsession_id、lbsession_cont、extend_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_ident、req_type、*appl_name、*system_name、message_len、*message_text、assoc_cont、*user_id、password_t、*password、*group、protocol_msg_option_t、*protocol_msgoption、data_type、ret_id_t、*ret_tid、lbsession_id、lbsession_cont、extend_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_ident、req_type、*appl_name、*system_name、message_len、*message_text、assoc_cont、*user_id、password_t、*password、*group、protocol_msg_option_t、*protocol_msgoption、data_type、ret_id_t、*ret_tid、lbsession_id、lbsession_cont、extend_option_t、*exp_option
4.1.4.4.1 dts_sndmsg_dcb_tのメンバ一覧
目次
索引
![]()
|