| Linkexpress 利用者プログラム開発ガイド |
目次
索引
![]()
|
| 第4章 利用者プログラムインタフェース | > 4.1 転送API | > 4.1.4 転送APIのパラメタパケット一覧 |
転送キャンセルパラメタパケット
typedef struct {
unsigned long req_ident; /* 転送識別番号 */
unsigned char *appl_name; /* 利用者プログラム名 */
unsigned req_kind; /* 要求種別 */
}dts_cancel_dcb_t
参照
req_ident、*appl_name、req_kind
[Linux(IPF)]
typedef struct {
unsigned req_ident; /* 転送識別番号 */
unsigned char *appl_name; /* 利用者プログラム名 */
unsigned req_kind; /* 要求種別 */
}dts_cancel_dcb_t
参照
req_ident、*appl_name、req_kind
4.1.4.12.1 dts_cancel_dcb_tのメンバ一覧
目次
索引
![]()
|