User manual - Cライブラリ解説書ver.1.01(2006年6月15日)
DT−300C ライブラリ解説書
20
【システム関連】
typedef struct sys_dat {
UB sys_id[7]; /* 機器 ID */
UB bios_ver[7]; /* BIOS バージョン READ ONLY */
UW mac_type; /* 機器種別 READ ONLY */
}DAT_SYS_STR;
typedef struct sys_dat2 {
UB dir_id[7]; /* 代理店 ID WRITE ONLY */
/* 直接参照できません */
UB patch_ver[7]; /* PATCH バージョン READ ONLY */
}DAT_SYS_STR2;
【プロトコル関連】
typedef struct sys_pro { /* RESERVE */
w non_rec_tmount; /* RESERVE */
w non_retry_ct; /* RESERVE */
w mal_rec_tmout; /* RESERVE */
w ptp_snd_tmount; /* RESERVE */
w ptp_rec_tmout; /* RESERVE */
w ptp_rec_retry_ct; /* RESERVE */
/* NEW PALAN */
w irda_tmout; /*IrDA セッション確立タイムアウト時間 */
w irda_rec_tmout; /*IrDA 受信タイムアウト時間
w dr_tmout; /*IrDA セッション終了タイムアウト時間 */
/* 高速 IO */
w hio_tmout; /* タイムアウト */
w hio_retry_ct; /* リトライ回数 */
/* RESERVE */
w sirial_no /* RESERVE */
w level_parity; /* RESERVE */
w bht_tmout; /* RESERVE */
}DAT_PRO_STR;
【AP サイズ関連】
typedef struct sys_mem {
w AP_size; /* アプリケーションサイズ */
}DAT_MEM_STR;
【ファイルシステムモード関連】
typedef struct sys_file {
w file_mode; /* RESERVE */
}DAT_FIL_STR