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

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

4.1.4.14 dts_diagnostic_t

診断コードパラメタパケット

形式

typedef struct {
    unsigned           category_code;       /* エラー分類             */
    unsigned           error_code;          /* エラーコード           */
    unsigned           detail_code;         /* 詳細エラーコード       */
    unsigned           diag_type;           /* 診断タイプ             */
    unsigned char      *error_detail;       /* 詳細メッセージ         */
    unsigned           error_detail_type;   /* 詳細メッセージタイプ   */
    unsigned           error_detail_len;    /* 詳細メッセージ長       */
}dts_diagnostic_t

 

参照

category_codeerror_codedetail_codediag_type*error_detailerror_detail_typeerror_detail_len

 


下へ4.1.4.14.1 dts_diagnostic_tのメンバ一覧

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

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