?? btlogicaliodevice.h
字號:
//--------------------------------------------------------------- %FILH_BEG% --
//
// Project: $$ProjectName
//
// File name: BTLogicalIODevice.h
// Author:
// Description:
//
// Revision History:
// $Log: $
//
// Rev 1.00 15 July 2000 Initial release
//
//
// Copyright (c) TelenComm Corporation 2000 - All rights reserved
//--------------------------------------------------------------- %FILH_END%
#ifndef BT_LOGICAL_IO_DEVICE_H
#define BT_LOGICAL_IO_DEVICE_H
//------------------------------------------------------------------------------
//
// Includes
//
//------------------------------------------------------------------------------
#include "..\Common\Common.h"
#include "..\Common\stdmac.h"
//--------------------------------------------------------------------------------
class BTLogicalIODevice
{
// protected:
public:
void ReceiveHCI_Packet(uint8* pPacket,uint32 PacketSize){;}
void TransmitHCI_Packet(uint8* pPacket,uint32 PacketSize){;}
};
//------------------------------------------------------------------------------
//
// Declarations
extern BTLogicalIODevice* g_pBTLogicalIODevice;
//
#endif BT_LOGICAL_IO_DEVICE_H
//------------------------------------------------------------------------------
// End of HCI.h
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -