contread.h
来自「LP830 无线识别卡 读写程序demo」· C头文件 代码 · 共 24 行
H
24 行
//*****************************************************************************
// Continuous Block Read interface routines.
extern BYTE ContRead_fname[]; // Contigous Block Read response data.
extern FILE *ContRead_file; // Point to Contigous Block Read response file.
//*****************************************************************************
// Initialize the continuous Block Read mode state machine. This routine must
// be called BEFORE cont_read_mode() is called the fist time.
//
// Input: NONE.
// Return: NONE.
// Side effects: Initialize the state machine.
extern void init_cont_read(void);
//*****************************************************************************
// Main entry point for this file. This is the driver for the Continuous Block
// Read mode. The appropriate state subroutine is called from here.
//
// Input: NONE.
// Return: NONE.
// Side effects: NONE.
extern void cont_read_mode(void);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?