📄 func_connect.h
字号:
/******************************************************************************
*
* Purpose: Connect Functions
*
* Creator: Paul v/d Linden
*
* Version: $Revision: 2 $
*
* File Name: $Workfile: Func_Connect.h $
*
* Author: Paul v/d Linden
*
* Check in: $Author: Paul $
*
* The information is provided 揳s is?without any express or implied warranty
* of any kind, * including warranties of merchantability, noninfringement of
* intellectual property, or fitness for any particular purpose. In no event sha
* Wireless Sound Solutions and/or its affiliate companies, or its suppliers be
* liable for any damages whatsoever arising out of the use of or inability to
* use the information or the materials. Wireless Sound Solutions, its affiliate
* companies, and its suppliers further do not warrant the accuracy or
* completeness of information, text, graphics, or other items contained within
* materials. Wireless Sound Solutions, Inc., may make changes to materials, or
* the products described within, at any time, without notice.
* 2007 Wireless Sound Solutions. All rights reserved. Wireless Sound Solutions
* STS and STS-wireless are trademarks of Wireless Sound Solutions.
******************************************************************************/
#ifndef CONNECT_H
#define CONNECT_H
void Prog_ConnectCode (unsigned int Connection_Code);
int Get_ConnectCode (void);
void Handle_Connect_Init (void);
void Handle_Connect_MainLoop (void);
void Handle_Connect_RXMsg (void);
extern unsigned char Connect_Timer;
extern unsigned int Connection_Code;
extern unsigned char prev_CONNECT_SW;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -