?? mac_api.cpp
字號:
/******************************************************************************
* FILENAME: mac_api.c
*
* DESCRIPTION: This file implements the interfaces of mac_api.h.
*
* Copyright (C) 2008 BUPT
*
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF BUPT. The copyright
* notice above does not evidence any actual or intended publication of such
* source code.
*
*******************************************************************************/
#include "stdafx.h"
#include "mac_api.h"
int SendMessageToMAC(uint8_t *msg, uint32_t msgLen)
{
return 0;
}
int GetMessageFromMAC(uint8_t *msgBuffer, uint32_t msgBufferLen)
{
msgBuffer[0] = '\0';
return 0;
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -