⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wirelessuartprofile.h

📁 关于zigbee厂家jennic的zigbee通信模块JN5139的一些示例程序。
💻 H
字号:
/****************************************************************************
 *
 * MODULE:             Wireless Uart Profile
 *
 * COMPONENT:          WirelessUartProfile.h,v
 *
 * VERSION:            
 *
 * REVISION:           1.3
 *
 * DATED:              2007/01/03 15:18:25
 *
 * STATUS:             Exp
 *
 * AUTHOR:             GPfef
 *
 * DESCRIPTION:
 *
 *
 * LAST MODIFIED BY:   gpfef
 *                     $Modtime: $
 *
 ****************************************************************************
 *
 * This software is owned by Jennic and/or its supplier and is protected
 * under applicable copyright laws. All rights are reserved. We grant You,
 * and any third parties, a license to use this software solely and
 * exclusively on Jennic products. You, and any third parties must reproduce
 * the copyright and warranty notice and any other legend of ownership on each
 * copy or partial copy of the software.
 *
 * THIS SOFTWARE IS PROVIDED "AS IS". JENNIC MAKES NO WARRANTIES, WHETHER
 * EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE,
 * ACCURACY OR LACK OF NEGLIGENCE. JENNIC SHALL NOT, IN ANY CIRCUMSTANCES,
 * BE LIABLE FOR ANY DAMAGES, INCLUDING, BUT NOT LIMITED TO, SPECIAL,
 * INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR ANY REASON WHATSOEVER.
 *
 * Copyright Jennic Ltd 2005, 2006. All rights reserved
 *
 ****************************************************************************/
#ifndef WIRELESS_UART_PROFILE_H
#define WIRELESS_UART_PROFILE_H

#ifdef __cplusplus
extern "C" {
#endif  //__cplusplus

/*****************************************************************************************
**  INCLUDE FILES
*****************************************************************************************/

/*****************************************************************************************
**  MACROS
*****************************************************************************************/
#define WUP_PROFILE_ID          0x124
#define WUP_CID_UART		 	 0x30
#define WUP_CID_UART_DATA    	 0x01

/*****************************************************************************************
**  CONSTANTS
*****************************************************************************************/

/*****************************************************************************************
**  TYPEDEFS
*****************************************************************************************/

/*****************************************************************************************
**  EXTERNAL VARIABLES
*****************************************************************************************/

/*****************************************************************************************
**  GLOBAL VARIABLES
*****************************************************************************************/

/*****************************************************************************************
**  LOCAL VARIABLES
*****************************************************************************************/

/*****************************************************************************************
**  EXTERNAL FUNCTIONS
*****************************************************************************************/

/*****************************************************************************************
**  LOCAL FUNCTIONS DESC
*****************************************************************************************/

/*****************************************************************************************
**  LOCAL FUNCTIONS
*****************************************************************************************/
PUBLIC void vDAP_AddSimpleDesc(void);

#ifdef __cplusplus
}
#endif  //__cplusplus

#endif  // WIRELESS_UART_PROFILE_H

/*****************************************************************************************
**  END OF FILE
*****************************************************************************************/

⌨️ 快捷键说明

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