carditfa.def

来自「一个vxworks开发的snmp的程序」· DEF 代码 · 共 49 行

DEF
49
字号
; CardItfa.def : Declares the module parameters for the DLL.

LIBRARY      "CardItfa"
DESCRIPTION  'CardItfa Windows EXPORTSDynamic Link Library'
EXPORTS
	InitCard;
	CloseCard;  

	ReadCardUnlock;
	ReadCard;
	WriteCard;
	SetAppMode;
	SetProtocol;
	SetInterface;
	SetSpeed;
	SetItfaState;
	SetDteDce;
	SetMode;
	SetMonitor;
	SetLineSel;
	SetClock;
	SetFLAGShare;
	SetIntSignal;
	SetEncodeFormat;
	SetBitsLen;
	SetStopBits;
	SetParity;
	SetSync;
	SetMaxLen;
	CtlReset;
	CtlSimula;
	CtlMonitor;
	CtlBert;
	CtlBertPat;
	CtlBertEBI;
	CtlE1Test;
	CtlGetBaud;
	CtlGetItfaState;
	CtlGetAbn;
	CtlQSend;
	CtlMsiAdd;
	CtlMsiDel;
	CtlMsiQuery;
	CtlMsiSet;
	AsyReportGet;
	AsyReportUnlock;

    ; Explicit exports can go here

⌨️ 快捷键说明

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