| Linkexpress 利用者プログラム開発ガイド |
目次
索引
![]()
|
| 第4章 利用者プログラムインタフェース | > 4.1 転送API | > 4.1.4 転送APIのパラメタパケット一覧 |
拡張パラメタパケット
typedef struct {
unsigned auto_recovery; /* リトライ有無 */
unsigned retry_time; /* リトライ間隔 */
unsigned retry_count; /* リトライ回数 */
unsigned retry_msg; /* リトライ時のエラーメッセージ抑止 */
} extend_option_t
参照
auto_recovery、retry_time、retry_count、retry_msg
4.1.4.29.1 extend_option_tのメンバ一覧
目次
索引
![]()
|