📄 aal2rxif.h
字号:
/* * aal2RxIf.h * * This file contains all the function declarations and global variables * for aal2Rx CP. */ /* * Copyright (c) 2000, 2001, 2002 C-Port Corporation * All Rights Reserved * * The information contained in this file is confidential and proprietary. * Any reproduction, use or disclosure, in whole or in part, of this * program, including any attempt to obtain a human-readable version of this * program, without the express, prior written consent of C-Port * Corporation is strictly prohibited. */#ifndef AAL2_RX_IF_H#define AAL2_RX_IF_H/* Declaration of functions to be visible to DCPmain() */extern void aal2RxInit(Aal2CpInitDesc *Desc); #endif /* AAL2_RX_IF_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -