comport.h
来自「API_0.83_for_BlueSoleil 希望对从事蓝牙变成的人会有所帮」· C头文件 代码 · 共 15 行
H
15 行
/************************************************************************************
// Sample code for calling IVT BlueSoleil APIs
Copyright (c) 2004 -2005 , IVT Corporation. All rights reserved.
*******************************************************************************************/
#ifndef _BSOL_COM_PORT_H_
#define _BSOL_COM_PORT_H_
BOOL StartIoOnComport(DWORD dwConnHandle,int nComport, BOOL bClientRole);
BOOL StopIoOnComport(DWORD dwConnHandle);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?