wirelessuartprofile.h

来自「Jennic的Zigbee协议Demo程序」· C头文件 代码 · 共 91 行

H
91
字号
/****************************************************************************
 *
 * MODULE:             Wireless Uart Profile
 *
 * COMPONENT:          $RCSfile: WirelessUartProfile.h,v $
 *
 * VERSION:            $Name:  $
 *
 * REVISION:           $Revision: 1.1 $
 *
 * DATED:              $Date: 2006/04/21 10:14:26 $
 *
 * STATUS:             $State: Exp $
 *
 * AUTHOR:             GPfef
 *
 * DESCRIPTION:
 *
 *
 * LAST MODIFIED BY:   $Author: gpfef $
 *                     $Modtime: $
 *
 ****************************************************************************
 *
 *  (c) Copyright 2005 JENNIC Ltd
 *
 ****************************************************************************/
#include "apl_define.h"

#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 + =
减小字号Ctrl + -
显示快捷键?