bluetoothattributeobserver.h

来自「symbianOS第三版开发与实用教程部分源码和部分试验」· C头文件 代码 · 共 13 行

H
13
字号
#ifndef BLUETOOTHATTRIBUTEOBSERVER_H_
#define BLUETOOTHATTRIBUTEOBSERVER_H_
// CLASS DECLARATION


class MBluetoothAttributeObserver
	{
	public:
		virtual void SetPort(TInt aPort) = 0;
	};

#endif /*BLUETOOTHATTRIBUTEOBSERVER_H_*/

⌨️ 快捷键说明

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