fs.h

来自「包括EPA协议栈」· C头文件 代码 · 共 34 行

H
34
字号
#ifndef _FS_H
#define _FS_H

#include "global.h"

#ifdef FS_GLOBALS
	#define FS_EXTERN
#else
	#define FS_EXTERN extern
#endif	// FS_GLOBALS

#define FSID_UPDATE_KEY         (18)
#define FSID_COM_OPEN           (19)
#define FSID_COM_OPEN_POS       (83)
#define FSID_COM_OPEN_NEG       (147)
#define FSID_COM_CLOSE          (20)
#define FSID_COM_CLOSE_POS      (84)
#define FSID_COM_CLOSE_NEG      (148)
#define FSID_R_ACTIVE_ANN       (21)
#define FSID_R_MAINTAIN         (22)
#define FSID_R_MAINTAIN_POS     (86)
#define FSID_R_MAINTAIN_NEG     (150)
#define FSID_R_MAINTAIN_REQ     (23)
#define FSID_R_MAINTAIN_REQ_POS (87)
#define FSID_R_MAINTAIN_REQ_NEG (151)
#define FSID_R_DEV_CHANGE       (24)

uint8 FSInit(void);

uint8 FSInput(PSock psock);

uint8 FSOutput(PSock psock);

#endif	// _FS_H

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?